From c688855f0ad9a2c603d058711315602bce6da9eb Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 26 Feb 2022 17:55:08 +0100 Subject: [PATCH] Make the default clear color black. --- game/project.godot | 1 + 1 file changed, 1 insertion(+) diff --git a/game/project.godot b/game/project.godot index 0d055ca..ac2e63f 100644 --- a/game/project.godot +++ b/game/project.godot @@ -861,6 +861,7 @@ quality/reflections/high_quality_ggx=false quality/shading/force_vertex_shading=true quality/depth_prepass/enable=false quality/filters/anisotropic_filter_level=1 +environment/default_clear_color=Color( 0, 0, 0, 1 ) quality/reflections/atlas_size=0 quality/depth/hdr=false quality/2d/use_batching=true