Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -121,7 +121,7 @@
|
|
121 |
};
|
122 |
|
123 |
let resetGame = () => {
|
124 |
-
remainingLives =
|
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
|