GarGerry commited on
Commit
078fe8d
·
verified ·
1 Parent(s): b12caf8

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -121,7 +121,7 @@
121
  };
122
 
123
  let resetGame = () => {
124
- remainingLives = 4;
125
  currentScore = 0;
126
  level = 1;
127
  ballSpeed = 3; // Start with a faster speed
 
121
  };
122
 
123
  let resetGame = () => {
124
+ remainingLives = 3;
125
  currentScore = 0;
126
  level = 1;
127
  ballSpeed = 3; // Start with a faster speed