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

@@ -11,7 +11,7 @@ func _ready() -> void:
func start_action(person, object):
person.action = self
person.visible = false
set_person_pos(person)
person.set_timer(5)
func stop_action(person, object):
print("action stoped")