more work on the 240p ui

This commit is contained in:
2025-10-27 01:25:15 +11:00
parent 0de868c796
commit a411be74aa
39 changed files with 597 additions and 2975 deletions

View File

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