Fix: AlienTimer bug, change heart image
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user