added stepping sounds

This commit is contained in:
2026-02-08 09:16:17 +11:00
parent e441a121ff
commit 137a979c5c
235 changed files with 3881 additions and 170 deletions

View File

@@ -31,7 +31,8 @@ func exit_state() -> void:
hero.edit_tool.interact_key_held = false
hero.edit_tool.enabled = false
hero.cassette.visible = true
hero.game_manager.level.disable_all_tower_frames()
if hero.game_manager:
hero.game_manager.level.disable_all_tower_frames()
func process_state(_delta: float) -> void: