feat: add simulation garden demo controls
This commit is contained in:
@@ -91,6 +91,11 @@ func _update_presentation() -> void:
|
||||
label.text = text
|
||||
|
||||
|
||||
func set_debug_label_enabled(is_enabled: bool) -> void:
|
||||
debug_label_enabled = is_enabled
|
||||
_update_presentation()
|
||||
|
||||
|
||||
static func get_by_id(search_id: StringName):
|
||||
for node in _all:
|
||||
if node.storage_id == search_id:
|
||||
|
||||
Reference in New Issue
Block a user