changes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user