removed life counter
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user