Skip to content

Commit

Permalink
fix: unstuck when switching modes
Browse files Browse the repository at this point in the history
  • Loading branch information
russmatney committed Jun 23, 2024
1 parent 5fb23e9 commit ae31995
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/BloxGame.gd
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ func set_rules(rules: GridRules):
puyo_button.set_pressed(true)
combined_rules:
combined_button.set_pressed(true)
if bucket.stuck:
bucket.stuck = false
bucket.maybe_tick()

## start game #############################################

Expand Down

0 comments on commit ae31995

Please sign in to comment.