Skip to content

Commit

Permalink
shuffle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Nov 12, 2020
1 parent 9b58242 commit 94136db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Hand.gd
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func _on_Shuffle_Button_pressed():
._on_Shuffle_Button_pressed()
for card in get_all_cards():
card.reorganizeSelf()
move_child($Control,0)

func draw_card(pile = cfc_config.NMAP.deck) -> Card:
var card: Card = null
Expand Down

0 comments on commit 94136db

Please sign in to comment.