Skip to content

Commit 101fc9f

Browse files
committed
Merge branch 'wl-CG-0MLWRR10N1IPI5J7-fix-chopsticks-button': Fix chopsticks button not shown
2 parents 6d57af8 + cc6856a commit 101fc9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example-games/sushi-go/scenes/SushiGoScene.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ export class SushiGoScene extends Phaser.Scene {
594594
this.instructionText.setText('Click a card from your hand to pick it');
595595
}
596596
this.refreshHand(); // re-enable interactivity
597+
this.refreshChopsticksButton(); // show/hide chopsticks button
597598
break;
598599
case 'animating':
599600
this.instructionText.setText('');

0 commit comments

Comments
 (0)