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 currently running at only ~33 FPS, which is not sufficient for modern games. It would be great to increase the FPS and make it configurable, but there is a problem: the physics in the game is tied to the FPS, so if the FPS is simply increased, the game's time would flow faster, which is not acceptable. Therefore, before increasing the FPS, it would be necessary to untie the physics from it in some way.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
The game is currently running at only ~33 FPS, which is not sufficient for modern games. It would be great to increase the FPS and make it configurable, but there is a problem: the physics in the game is tied to the FPS, so if the FPS is simply increased, the game's time would flow faster, which is not acceptable. Therefore, before increasing the FPS, it would be necessary to untie the physics from it in some way.
The text was updated successfully, but these errors were encountered: