flag refactoring

This commit is contained in:
anyreso 2024-05-09 01:17:10 -04:00
parent 69c8b65093
commit 6ba368c76e
21 changed files with 389 additions and 198 deletions

View file

@ -27,7 +27,7 @@ var type : Node:
# keep reference to new type
type = new_type
if type != null:
add_child(type)
get_tree().get_root().add_child(type)
type_changed.emit(type)
func _unhandled_input(event : InputEvent) -> void: