small racing game im working on
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 36788a0..2f0a20d 100644 --- a/project.godot +++ b/project.godot @@ -135,6 +135,8 @@ renderer/rendering_method="gl_compatibility" lights_and_shadows/directional_shadow/size=2048 lights_and_shadows/directional_shadow/size.mobile=1024 lights_and_shadows/directional_shadow/soft_shadow_filter_quality=1 +reflections/sky_reflections/ggx_samples=16 +reflections/sky_reflections/ggx_samples.mobile=8 anti_aliasing/quality/msaa_2d=2 anti_aliasing/quality/msaa_3d=2 anti_aliasing/quality/screen_space_aa=1 |