This commit is contained in:
Nikolai Fesenko
2025-08-24 15:22:34 +02:00
parent e32a58f416
commit 8d00b1a40f
7 changed files with 31 additions and 13 deletions

View File

@@ -4,6 +4,8 @@ extends Node
signal action_stoped
signal object_placed()
@export var area: Area3D
var build_name: String = "None"
@@ -38,6 +40,7 @@ func set_person_pos(person):
for pose in persons_position:
if pose.is_free:
pose.set_person(person)
break
func find_pose(person):