2023-10-10 13:30:23 -04:00

5 lines
96 B
GDScript

extends AITemplate
func getDirection(position, enemyPosition) -> Vector2:
return Vector2.ZERO