need to sleep
This commit is contained in:
parent
dafae35985
commit
211a5e074b
13 changed files with 381 additions and 15 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue