From 9cb45d79ea3a0b22cc45e813edac71cb5b4c1dd2 Mon Sep 17 00:00:00 2001 From: Nikolai Fesenko <152747946+NikolaiFesenko-code@users.noreply.github.com> Date: Sun, 17 Aug 2025 13:18:50 +0200 Subject: [PATCH] fixed persons script --- Scripts/person.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/person.gd b/Scripts/person.gd index 34fad45..f41f6b9 100644 --- a/Scripts/person.gd +++ b/Scripts/person.gd @@ -28,7 +28,7 @@ func _physics_process(delta: float) -> void: -func _on_object_placed(): +func _on_object_placed(build_position): nav_agent.target_position = Vector3(-14.305,3.486,-59.836)