removed life counter
This commit is contained in:
@@ -56,7 +56,7 @@ function score() {
|
|||||||
|
|
||||||
function life() {
|
function life() {
|
||||||
textAlign(CENTER);
|
textAlign(CENTER);
|
||||||
text(lives, 500, 20);
|
// text(lives, 500, 20);
|
||||||
if (lives == 0) {
|
if (lives == 0) {
|
||||||
fill(255, 0, 0);
|
fill(255, 0, 0);
|
||||||
textSize(40);
|
textSize(40);
|
||||||
|
Reference in New Issue
Block a user