merge radio feature

This commit is contained in:
2025-08-20 16:59:07 +10:00
20 changed files with 392 additions and 62 deletions

View File

@@ -31,7 +31,8 @@ func exit_state() -> void:
hero.hud.grow_wave_start_label()
#hero.hud.primary_duration.visible = true
#hero.hud.secondary_duration.visible = true
hero.hud.energy_label.visible = true
if hero.game_manager.card_gameplay:
hero.hud.energy_label.visible = true
func process_state(_delta: float) -> void: