We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On my 144Hz monitor, the game objects run too fast, even on very easy difficulty. This makes it impossible to progress.
https://www.youtube.com/watch?v=7A-KGnN97UU&feature=youtu.be
The workaround is setting the monitor refresh rate to 60Hz.
I see in main.js the game has a hardcoded interval of 16ms.
main.js
The text was updated successfully, but these errors were encountered:
Oh, I didn't think about higher framerates at all. I'll fix it
Sorry, something went wrong.
+1 to this issue, put my refresh rate down to 60hz to play it - very fun game!
Video of it in action on a 360hz screen https://lowkey.gg/v/06812d34-888c-4791-b2fa-2c550b52a0b1 (easy mode)
No branches or pull requests
On my 144Hz monitor, the game objects run too fast, even on very easy difficulty. This makes it impossible to progress.
https://www.youtube.com/watch?v=7A-KGnN97UU&feature=youtu.be
The workaround is setting the monitor refresh rate to 60Hz.
I see in
main.js
the game has a hardcoded interval of 16ms.The text was updated successfully, but these errors were encountered: