diff --git a/web/game.js b/web/game.js index 1a4989d..64ef542 100644 --- a/web/game.js +++ b/web/game.js @@ -56,7 +56,7 @@ function score() { function life() { textAlign(CENTER); - text(lives, 500, 20); + // text(lives, 500, 20); if (lives == 0) { fill(255, 0, 0); textSize(40);