Alors, tiens tiens tiens #2

Merged
jeffcheasey88 merged 1 commits from jeffcheasey88-patch-1 into master 2022-10-18 09:00:15 +02:00

View File

@ -83,6 +83,7 @@ GameManager.prototype.actuate = function () {
// Clear the state when the game is over (game over only, not win)
if (this.over) {
console.log("over "+this.score);
this.storageManager.clearGameState();
} else {
this.storageManager.setGameState(this.serialize());