Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -1029,7 +1029,7 @@
|
|
| 1029 |
state.targetSpeed = 2;
|
| 1030 |
state.targetCount = 1;
|
| 1031 |
state.gameOver = false;
|
| 1032 |
-
state.knockbackDistance =
|
| 1033 |
|
| 1034 |
// Reset UI
|
| 1035 |
hitCountElement.textContent = '0';
|
|
|
|
| 1029 |
state.targetSpeed = 2;
|
| 1030 |
state.targetCount = 1;
|
| 1031 |
state.gameOver = false;
|
| 1032 |
+
state.knockbackDistance = -10;
|
| 1033 |
|
| 1034 |
// Reset UI
|
| 1035 |
hitCountElement.textContent = '0';
|