From bebf321c7c4e322338a829503d543725a2bd66ba Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 20 Jul 2021 22:03:25 +0200 Subject: [PATCH] Changed the physics engine to GodotPhysics. So far it seems like everything is working with it. After the recent improvements it actually feels better now than bullet. --- game/project.godot | 1 + 1 file changed, 1 insertion(+) diff --git a/game/project.godot b/game/project.godot index 5dd816e9..98b5e257 100644 --- a/game/project.godot +++ b/game/project.godot @@ -725,6 +725,7 @@ limits/message_queue/max_size_kb=2048 [physics] +3d/physics_engine="GodotPhysics" 2d/default_gravity=0 [rendering]