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