From d7b16459439b30df6de2debb345181b574fb101c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Mon, 18 Jul 2022 23:16:53 +0300 Subject: [PATCH] change the clear color to be darker --- project.godot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project.godot b/project.godot index a41a73e..41117b2 100644 --- a/project.godot +++ b/project.godot @@ -28,6 +28,7 @@ _global_script_class_icons={ config/name="Tickle Frontend" run/main_scene="res://Main.tscn" +boot_splash/bg_color=Color( 0.141176, 0.141176, 0.141176, 1 ) config/icon="res://icon.png" [display] @@ -50,4 +51,5 @@ common/enable_pause_aware_picking=true [rendering] +environment/default_clear_color=Color( 0.1023, 0.11, 0.102942, 1 ) environment/default_environment="res://default_env.tres"