GarGerry commited on
Commit
36ba1c8
·
verified ·
1 Parent(s): 80b756c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -118,7 +118,7 @@
118
  ball.style.top = ballPosition.top + '%';
119
  platform.style.left = platformPosition + '%';
120
  isCaught = false;
121
- // Set kecepatan bola ke nilai default
122
  fallSpeed = 0.5;
123
  }
124
 
 
118
  ball.style.top = ballPosition.top + '%';
119
  platform.style.left = platformPosition + '%';
120
  isCaught = false;
121
+ // Set kecepatan bola ke nilai default setiap kali permainan direset
122
  fallSpeed = 0.5;
123
  }
124