• 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: Raycast2D Enemy in Godot – Part 2

AnonyViet by AnonyViet
July 15, 2024
in Tips
0

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

Join the channel Telegram belong to AnonyViet 👉 Link 👈

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

RAYCAST2D

Raycast2D Enemy Programming

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

ENEMY

Next is the enemy you enter the enemy's scene

Find yourself raycast2D

Raycast2D

And like this

Raycast2D code

Here you don't use the mouse but use the right arrow key to move it to the edge. collsionshape

And almost exposed like me

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

On the properties side pay attention to yourself Enable and Cast to

live Enabled You click to choose for yourself and raycast will be green

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

LIVE cast to part y you cast it near the enemy

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

As in the picture, this enemy is too small so I will adjust the scale. raycast wall 0.5, 0.5

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

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

Next we will code for it.

And Coding for me

Below if is_on_wall

You add for me is

if $Raycast2D.is_collding == false:

vitri = vitri * -1

Here $Raycat2D is to call raycast2d || is_collecting is the command: Returns whether any object is intersecting the vector ray but here we set = false which means it will not intersect with anything.

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

And you notice when it has moved back, this raycast2D does not move back anymore, so we need to adjust it.

You add $RayCast2D.position.x *= -1 enter if is_on_wall and raycast collection Please

This is the command to help Raycast 2D can be redirected and you can apply it to other nodes like collsionshape etc.

It is done

And remember to delete *delta let's go

If the code does not run, use the code below.

Full code godot Raycast2D

Previous Post

Google Jamboard: Interactive whiteboard for effective teamwork

Next Post

How to Create Hyper-Realistic Videos from Photos with Luma Dream Machine

AnonyViet

AnonyViet

Related Posts

How to add sliders to Facebook Stories to easily rewind videos
Tips

How to add sliders to Facebook Stories to easily rewind videos

April 21, 2026
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
Next Post
How to Create Hyper-Realistic Videos from Photos with Luma Dream Machine

How to Create Hyper-Realistic Videos from Photos with Luma Dream Machine

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 turn off password suggestions on iPhone: Prevent Safari from auto-filling passwords

How to turn off password suggestions on iPhone: Prevent Safari from auto-filling passwords

April 27, 2026
Instructions for looking up prescriptions on VNeID instead of paper medical books

Instructions for looking up prescriptions on VNeID instead of paper medical books

April 26, 2026
Tips to completely turn off CAPTCHA codes on iPhone and Mac are super simple

Tips to completely turn off CAPTCHA codes on iPhone and Mac are super simple

April 25, 2026
Compare Poco X8 Pro and Poco X7 Pro: A new step for the “king” of mid-range performance

Compare Poco X8 Pro and Poco X7 Pro: A new step for the “king” of mid-range performance

April 24, 2026
How to turn off password suggestions on iPhone: Prevent Safari from auto-filling passwords

How to turn off password suggestions on iPhone: Prevent Safari from auto-filling passwords

April 27, 2026
Instructions for looking up prescriptions on VNeID instead of paper medical books

Instructions for looking up prescriptions on VNeID instead of paper medical books

April 26, 2026
Tips to completely turn off CAPTCHA codes on iPhone and Mac are super simple

Tips to completely turn off CAPTCHA codes on iPhone and Mac are super simple

April 25, 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 turn off password suggestions on iPhone: Prevent Safari from auto-filling passwords

How to turn off password suggestions on iPhone: Prevent Safari from auto-filling passwords

April 27, 2026
Instructions for looking up prescriptions on VNeID instead of paper medical books

Instructions for looking up prescriptions on VNeID instead of paper medical books

April 26, 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