From e9baf6602be3efbf5ea566b4e0c80a12c38f475e Mon Sep 17 00:00:00 2001 From: Malfurious Date: Mon, 12 Sep 2022 03:31:46 -0400 Subject: Increase physics tick rate to 120 Primarily for smoother movement control. Signed-off-by: Malfurious --- project.godot | 1 + 1 file changed, 1 insertion(+) diff --git a/project.godot b/project.godot index a7932ec..7fadb87 100644 --- a/project.godot +++ b/project.godot @@ -141,6 +141,7 @@ info={ [physics] +common/physics_fps=120 common/enable_pause_aware_picking=true [rendering] -- cgit v1.2.3