Add: notice experience player text

This commit is contained in:
2018-09-27 14:08:20 +09:00
parent 988d289a70
commit d54b0b18a2
4 changed files with 48 additions and 1 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ function WelcomePlayerText(playerName) {
this.alpha = 1;
let tweenAlpha = game.add.tween(this);
tweenAlpha.to( { alpha: 0 }, 2000, Phaser.Easing.Back.In, true);
tweenAlpha.to( { alpha: 0 }, Phaser.Timer.SECOND * 2, Phaser.Easing.Back.In, true);
game.add.existing(this);
}