From 4a2c3dabacfd1e6822f58e40f583b38c19253546 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 30 Nov 2023 17:08:22 +0100 Subject: [PATCH] removed life counter --- web/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);