• Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
AnonyViet - English Version
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
AnonyViet - English Version
No Result
View All Result

[Lập trình game] Lesson 11: Godot’s Raycast2D Enemy – Part 2

AnonyViet by AnonyViet
February 2, 2023
in Tips
0

In this article, I will guide you to create raycast2D so that the enemy can move on the terrain as shown below without falling down. And let’s get started

Join the channel Telegram of the AnonyViet 👉 Link 👈

[Lập trình game] Lesson 11: Godot’s Raycast2D Enemy – Part 2

RAYCAST2D EASY

programming Enemy Raycast2D

Here Raycast 2D is 1 node: Query object intersecting ray means Raycast 2D is 1 ray and this ray is used to query object when intersecting ray

ENEMY

Next is the enemy you enter the enemy’s sence

Find yourself raycast2D

Raycast2D

And be like this

Raycast2D code

Here you do not use the mouse but use the right arrow key to move it to the edge collsionshape

And almost as open as me

[Lập trình game]  Lesson 11: Godot's Raycast2D Enemy - Part 2 6

On the side of the nature, pay attention to yourself Enable and Cast to

live Enabled you click for yourself and raycast will turn blue

[Lập trình game]  Lesson 11: Godot's Raycast2D Enemy - Part 2 7

LIVE cast to part y you cast it close under the enemy

[Lập trình game]  Lesson 11: Godot's Raycast2D Enemy - Part 2 8

Like the picture, this enemy is too small so I’ll adjust the scale raycast wall 0.5, 0.5

And after adjusting the scale, you also have to adjust the other part

[Lập trình game]  Lesson 11: Godot's Raycast2D Enemy - Part 2 9

Next we will code it

And Coding for me

Below if is_on_wall

You add yourself as

if $Raycast2D.is_collding == false:

vitri = vitri * -1

Here $Raycat2D is called raycast2d || is_collecting is the command: Returns whether any object is intersecting the vector ray which here we attach = false means it will not intersect at all.

And vitri = vitri * -1 here means the enemy will move in reverse when on the terrain that I mentioned at the beginning of the article

And you notice when it has moved back but this raycast2D it doesn’t move back anymore so we need to adjust it.

You add $RayCast2D.position.x *= -1 into the if is_on_wall and raycast collecting Please

This is the help command Raycast 2D can change direction and you can apply to other nodes like collsionshape etc

It is done

And remember to delete *delta let’s go

If the code does not run, the code is as below

Full code godot Raycast2D

The article achieved: 5/5 – (100 votes)

Tags: EnemyGameGodotslậpLessonPartRaycast2Dtrình
Previous Post

Share Key Avast SecureLine VPN until 2021 – Multi-Server VPN Software

Next Post

[Lập Trình Game] Lesson 10: Creating Enemies in Godot Programming – Part 1

AnonyViet

AnonyViet

Related Posts

How to change the default font on Windows 10
Tips

How to change the default font on Windows 10

April 13, 2026
5 tips for using a Browser to replace an App (helps save RAM, time and money)
Tips

5 tips for using a Browser to replace an App (helps save RAM, time and money)

April 13, 2026
How to make funny MeMe photos without Photoshop within 10 seconds
Tips

How to make funny MeMe photos without Photoshop within 10 seconds

April 11, 2026
How to quickly design your own Logo without Photoshop
Tips

How to quickly design your own Logo without Photoshop

April 10, 2026
How to convert Website into App on Windows
Tips

How to convert Website into App on Windows

April 9, 2026
Instructions for getting 3 months of Adobe Express Pro for free
Tips

Instructions for getting 3 months of Adobe Express Pro for free

April 9, 2026
Next Post
[Lập Trình Game] Lesson 10: Creating Enemies in Godot Programming – Part 1

[Lập Trình Game] Lesson 10: Creating Enemies in Godot Programming - Part 1

0 0 votes
Article Rating
Subscribe
Login
Notify of
guest

guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Recent News

How to add Watermark to Google Docs to protect copyright

How to add Watermark to Google Docs to protect copyright

April 19, 2026
How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

April 18, 2026
How to avoid Adblock detection on Youtube with 4 good tips

How to avoid Adblock detection on Youtube with 4 good tips

April 17, 2026
How to transfer ChatGPT data to Claude is extremely simple

How to transfer ChatGPT data to Claude is extremely simple

April 16, 2026
How to add Watermark to Google Docs to protect copyright

How to add Watermark to Google Docs to protect copyright

April 19, 2026
How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

April 18, 2026
How to avoid Adblock detection on Youtube with 4 good tips

How to avoid Adblock detection on Youtube with 4 good tips

April 17, 2026
AnonyViet - English Version

AnonyViet

AnonyViet is a website share knowledge that you have never learned in school!

We are ready to welcome your comments, as well as your articles sent to AnonyViet.

Follow Us

Contact:

Email: anonyviet.com[@]gmail.com

Main Website: https://anonyviet.com

Recent News

How to add Watermark to Google Docs to protect copyright

How to add Watermark to Google Docs to protect copyright

April 19, 2026
How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

April 18, 2026
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office

wpDiscuz
0
0
Would love your thoughts, please comment.x
()
x
| Reply