me no understando

This commit is contained in:
hexahigh 2023-04-08 01:45:09 +02:00
parent 292492d108
commit 81dc797649

View File

@ -1643,17 +1643,6 @@ function geronimo() {
) game.pauseResume();
break;
}
this.cheatHealth = function () {
this.score.set(0);
this.score.refresh(".score");
pacman.lives = 100;
this.refreshLevel(".level");
this.pause = false;
this.gameOver = false;
};
this.cheatHealth();
}
}