diff --git a/games/game-flood-fill/scenes/PlayScene.js b/games/game-flood-fill/scenes/PlayScene.js index f6ac408..f4026fd 100644 --- a/games/game-flood-fill/scenes/PlayScene.js +++ b/games/game-flood-fill/scenes/PlayScene.js @@ -198,12 +198,12 @@ class PlayScene extends Phaser.Scene { i += 500; - this.tweens.add({ - targets: [this.instructions], - alpha: 1, - ease: "Power3", - delay: i, - }); + // this.tweens.add({ + // targets: [this.instructions], + // alpha: 1, + // ease: "Power3", + // delay: i, + // }); this.time.delayedCall(i, this.startInputEvents, [], this); }