From 49839642505966b6f25ca4e23f5e2687cd79f86e Mon Sep 17 00:00:00 2001 From: jiannibang Date: Fri, 28 Aug 2020 18:00:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E7=A7=BB=E9=99=A4=E5=90=8C?= =?UTF-8?q?=E8=89=B2=E6=B6=88=E9=99=A4=E7=9A=84=E6=95=99=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- games/game-flood-fill/scenes/PlayScene.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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); }