1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-11-21 23:34:18 +00:00

Fix physics timestep

This commit is contained in:
Matteo Balugani 2023-10-01 18:24:17 +02:00 committed by Stefano Pigozzi
parent 3ab4f14d27
commit fa6aaae60e
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -35,6 +35,8 @@ window/handheld/orientation=1
[physics] [physics]
2d/run_on_separate_thread=true 2d/run_on_separate_thread=true
common/physics_ticks_per_second=240
common/max_physics_steps_per_frame=30
2d/solver/solver_iterations=4 2d/solver/solver_iterations=4
2d/solver/contact_max_separation=1.0 2d/solver/contact_max_separation=1.0
2d/solver/contact_max_allowed_penetration=0.02 2d/solver/contact_max_allowed_penetration=0.02