Add: GameOverText
This commit is contained in:
@@ -101,11 +101,12 @@ class Game {
|
||||
startGame() {
|
||||
// activate first alien
|
||||
this.alienTimer.start();
|
||||
// this.activateNextAlien();
|
||||
}
|
||||
|
||||
gameOver() {
|
||||
this.alienTimer.stop();
|
||||
|
||||
let gameOverText = new GameOverText();
|
||||
}
|
||||
|
||||
activateNextAlien() {
|
||||
|
||||
Reference in New Issue
Block a user