fromage de la baguette

This commit is contained in:
Victor Turgeon
2023-10-10 13:47:38 -04:00
parent 024ae6d984
commit b763efc1f6
5 changed files with 9 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
class_name AITemplate
extends Node
func run(position, enemyPosition) -> Vector2:
func getDirection(position, enemyPosition) -> Vector2:
return Vector2.ZERO