We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d57af8 + cc6856a commit 101fc9fCopy full SHA for 101fc9f
example-games/sushi-go/scenes/SushiGoScene.ts
@@ -594,6 +594,7 @@ export class SushiGoScene extends Phaser.Scene {
594
this.instructionText.setText('Click a card from your hand to pick it');
595
}
596
this.refreshHand(); // re-enable interactivity
597
+ this.refreshChopsticksButton(); // show/hide chopsticks button
598
break;
599
case 'animating':
600
this.instructionText.setText('');
0 commit comments