added pipe rifle animation

This commit is contained in:
2026-02-10 02:48:14 +11:00
parent 137a979c5c
commit d8101979b9
113 changed files with 1025 additions and 415 deletions

View File

@@ -55,6 +55,7 @@ func place_card(tower_base: TowerBase) -> void:
hero.decrement_selected()
hero.hud.hot_wheel.update_cassettes(hero.get_wheel_cards())
tower_base.add_card(card, multiplayer.get_unique_id())
hero.placed_tower.emit(tower_base.tower)
hero.place_card_audio.play()
if hero.game_manager.card_gameplay:
hero.discard_pile.add(card)