From fa6aaae60ee7cf514d6c2c6468cae4b23f710b9e Mon Sep 17 00:00:00 2001 From: Matteo Balugani Date: Sun, 1 Oct 2023 18:24:17 +0200 Subject: [PATCH] Fix physics timestep --- project.godot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project.godot b/project.godot index 81c5e97..cef41af 100644 --- a/project.godot +++ b/project.godot @@ -35,6 +35,8 @@ window/handheld/orientation=1 [physics] 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/contact_max_separation=1.0 2d/solver/contact_max_allowed_penetration=0.02