5 lines
96 B
GDScript
5 lines
96 B
GDScript
extends AITemplate
|
|
|
|
func getDirection(position, enemyPosition) -> Vector2:
|
|
return Vector2.ZERO
|