Add: notice experience player text
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user