more work on the ui theme and changing the hud

This commit is contained in:
2025-11-05 08:28:07 +11:00
parent 2f4159ebbe
commit f257a5df68
187 changed files with 806 additions and 799 deletions

View File

@@ -52,6 +52,8 @@ func place_card(tower_base: TowerBase) -> void:
return
remove_card(tower_base)
hero.hand.remove_at(hero.hand.contents.find(card))
hero.decrement_selected()
hero.hud.hot_wheel.update_cassettes(hero.get_wheel_cards())
tower_base.add_card(card, multiplayer.get_unique_id())
hero.place_card_audio.play()
if hero.game_manager.card_gameplay: