You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a function for the enemy to approach a certain point.
This should use a NavigationAgent2D to correctly path-find to the player through complex terrain.
You may want to call this function on the player's position in the _process function for testing, it should eventually be handled by #70.
The text was updated successfully, but these errors were encountered:
Create a function for the enemy to approach a certain point.
This should use a NavigationAgent2D to correctly path-find to the player through complex terrain.
You may want to call this function on the player's position in the _process function for testing, it should eventually be handled by #70.
The text was updated successfully, but these errors were encountered: