Fix: AlienTimer bug, change heart image

This commit is contained in:
2018-09-07 10:32:48 +09:00
parent 0858981690
commit 7573ac032d
6 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -49,7 +49,6 @@ class Alien extends Phaser.Sprite {
return;
if(this.isOnWaitingRoom) {
this.isOnWaitingRoom = false;
this.goOnstage();
return;
} else {
@@ -96,6 +95,7 @@ class Alien extends Phaser.Sprite {
}
goOnstage() {
this.isOnWaitingRoom = false;
this.goRandomPosition();
if(typeof this.onGoOnstageFunction !== "undefined")