You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The game is broken ⚡ because it is too slow. Go to docs/index.html line 78 and adjust start and min properties of speed and set the to the following values:
speed={start: 0.6,decrement: 0.005,min: 0.1}
The text was updated successfully, but these errors were encountered:
* Fix timing in docs/index.html
This commit fixes the timing error in docs/index.html by setting
correct start and min properties for the speed object.
This commit fixes#1
* Update docs/index.html
Co-authored-by: kaufm <[email protected]>
Co-authored-by: kaufm <[email protected]>
The game is broken ⚡ because it is too slow. Go to docs/index.html line 78 and adjust
start
andmin
properties of speed and set the to the following values:The text was updated successfully, but these errors were encountered: