This commit is contained in:
2026-04-05 23:11:56 -07:00
parent 351af5ad47
commit 6a64717c9d
10 changed files with 126 additions and 166 deletions

View File

@@ -10,9 +10,7 @@ func _ready():
super()
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
super(delta)
func default_script(scene: Scene):
var path = NavigationServer2D.map_get_path(scene.map, scene.pathfind.to_local(scene.ego.global_position), scene.pathfind.to_local($"exit".global_position), true)