mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-07-14 16:04:50 +00:00
✨ flag refactoring
This commit is contained in:
parent
69c8b65093
commit
6ba368c76e
21 changed files with 389 additions and 198 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue