diff --git a/src/modules/Game.js b/src/modules/Game.js index f28ebe7..75c5072 100644 --- a/src/modules/Game.js +++ b/src/modules/Game.js @@ -31,6 +31,7 @@ class Game { }); this.levelIndex = 0; this.maxScore = 0; + this.timePaused = 0; this.muted = false; this.paused = false; this.activeSounds = [];