need to sleep

This commit is contained in:
Tabby 2025-09-02 23:54:19 +10:00
parent dafae35985
commit 211a5e074b
13 changed files with 381 additions and 15 deletions

View file

@ -23,6 +23,9 @@ func _ready() -> void:
start_pos = position
get_new_target()
become_real()
if door_disabled:
door.process_mode =Node.PROCESS_MODE_DISABLED
door.hide()
# Called every frame. 'delta' is the elapsed time since the previous frame.