removed life counter

This commit is contained in:
Sam
2023-11-30 17:08:22 +01:00
parent 2b14931319
commit 4a2c3dabac

View File

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