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