cucumber
This commit is contained in:
parent
2156c6a166
commit
bb7c0f63c4
12 changed files with 482 additions and 28 deletions
|
|
@ -27,7 +27,7 @@ script/source = "extends Node
|
|||
@export var where_to_map : Node
|
||||
|
||||
func _ready() -> void:
|
||||
while get_tree().paused:
|
||||
while get_tree() != null and get_tree().paused:
|
||||
await get_tree().process_frame
|
||||
for i in range(where_to_map.get_child_count()):
|
||||
var key = InputEventKey.new()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue