fix cat, update and improve ui (menu. train selector, photo)

This commit is contained in:
2026-06-27 12:19:48 +02:00
parent 97bbca95e8
commit 35d102fbc4
18 changed files with 301 additions and 93 deletions

View File

@@ -32,7 +32,8 @@ func _ready() -> void:
toggle_enable_state_machine()
func toggle_enable_state_machine() -> void:
state_machine.enable = _enable_state_machine
if state_machine:
state_machine.enable = _enable_state_machine
func _physics_process(delta: float) -> void:
if !_enable_state_machine: