1
0
Fork 0

Alors, tiens tiens tiens

ajout d'un console.log pour voir le score finale
This commit is contained in:
le FAST 2022-10-18 06:57:32 +00:00
parent 0e2ba86c10
commit 6a92e289af
1 changed files with 1 additions and 0 deletions

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());