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

Physics bypass breaks level % calculation for 2.2 levels #45

Open
obj-obj opened this issue Jul 12, 2024 · 1 comment
Open

Physics bypass breaks level % calculation for 2.2 levels #45

obj-obj opened this issue Jul 12, 2024 · 1 comment

Comments

@obj-obj
Copy link

obj-obj commented Jul 12, 2024

When physics bypass is enabled, the % completed calculation is incorrect (all levels complete at 75% instead of 100%, the % is slowed down). I am running the game at 180 fps, which is 75% of 240 fps.

@obj-obj
Copy link
Author

obj-obj commented Jul 12, 2024

w/o physics bypass:
Screenshot_20240711_231328
w/ physics bypass:
Screenshot_20240711_231704

Additionally, setting the fps to something more than 240 (such as 360) makes the % reach 100% before the level ends:
Screenshot_20240711_231911

Seems to me that the % calculation is dependent on the tick/physics step rate, so changing it affects the speed at which the level progress bar fills up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant