Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐞 Fix game #1

Open
wulfland opened this issue Jun 15, 2022 · 0 comments · Fixed by #2
Open

🐞 Fix game #1

wulfland opened this issue Jun 15, 2022 · 0 comments · Fixed by #2
Labels
bug Something isn't working

Comments

@wulfland
Copy link
Owner

wulfland commented Jun 15, 2022

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 }
@wulfland wulfland added the bug Something isn't working label Jun 15, 2022
wulfland added a commit that referenced this issue Jun 16, 2022
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
wulfland added a commit that referenced this issue Jun 16, 2022
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
wulfland added a commit that referenced this issue Jun 16, 2022
* 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 <62788609+kaufm@users.noreply.github.com>

Co-authored-by: kaufm <62788609+kaufm@users.noreply.github.com>
@wulfland wulfland reopened this Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant