diff --git a/src/game.js b/src/game.js index 6a48af4..f0c532e 100644 --- a/src/game.js +++ b/src/game.js @@ -146,6 +146,7 @@ export class Game { setTimeout(() => { this.currentLevel = 0 this.score = 0 + this.goal = 0 this.lastGoal = 0 this.nextLevel() this.state = 0