Browse Source

暂时移除同色消除的教程

master
jiannibang 6 years ago
parent
commit
4983964250
  1. 12
      games/game-flood-fill/scenes/PlayScene.js

12
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);
}

Loading…
Cancel
Save