diff --git a/client/project.godot b/client/project.godot index 4f2342c..0a85f82 100644 --- a/client/project.godot +++ b/client/project.godot @@ -1,5 +1,5 @@ ; Engine configuration file. -; It's best edited using the editor UI and not directly, +; It's best edited using the editor UI, and not directly, ; since the parameters that go here are not all obvious. ; ; Format: @@ -25,14 +25,6 @@ config/icon="res://icon.svg" window/size/viewport_width=1280 window/size/viewport_height=720 -[dotnet] - -project/assembly_name="Neon Sprawl" - -[editor_plugins] - -enabled=PackedStringArray("res://addons/gdUnit4/plugin.cfg") - [input] interact={ @@ -41,6 +33,21 @@ interact={ ] } +[dotnet] + +project/assembly_name="Neon Sprawl" + +[editor_plugins] + +enabled=PackedStringArray("res://addons/gdUnit4/plugin.cfg") + +[physics] + +3d/physics_engine="Jolt Physics" +common/physics_ticks_per_second=120 +common/physics_interpolation=false + [rendering] +anti_aliasing/quality/msaa_3d=2 textures/canvas_textures/default_texture_filter=0