added new health bar and new energy pip bar

This commit is contained in:
2025-11-04 12:52:27 +11:00
parent a411be74aa
commit 2f4159ebbe
54 changed files with 1193 additions and 254 deletions

View File

@@ -18,6 +18,7 @@ func _on_static_body_3d_button_interacted(_value: int, callback: Hero) -> void:
for card: Card in callback.hand.contents:
card_array.append(card)
menu.hero = reply_player
menu.set_money(reply_player.currency)
menu.populate_feature_slots()
menu.add_option(card_array)
menu.cards_remixed.connect(output)