GuangyuanSD commited on
Commit
118f7f1
·
verified ·
1 Parent(s): 1999d8f

Update index.html

Browse files
Files changed (1) hide show
  1. 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 = 30;
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';