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

@@ -60,7 +60,6 @@ func process_state(_delta: float) -> void:
func swap_to_slot(num: int) -> void:
if hero.unique_cards.size() >= num:
if hero.hand.size >= num:
hero.hand_selected_index = num - 1
hero.swap_card_audio.play()
hero.update_selected_box()