From 81dc7976493d67bd7982fcb6f499fe6c89b03882 Mon Sep 17 00:00:00 2001 From: hexahigh <97455552+hexahigh@users.noreply.github.com> Date: Sat, 8 Apr 2023 01:45:09 +0200 Subject: [PATCH] me no understando --- Games/Pacman/pacman-canvas.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Games/Pacman/pacman-canvas.js b/Games/Pacman/pacman-canvas.js index 53c0abd..08693bd 100644 --- a/Games/Pacman/pacman-canvas.js +++ b/Games/Pacman/pacman-canvas.js @@ -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(); } }