change the clear color to be darker

This commit is contained in:
Lera Elvoé 2022-07-18 23:16:53 +03:00
parent 4076dbc251
commit d7b1645943
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc

View File

@ -28,6 +28,7 @@ _global_script_class_icons={
config/name="Tickle Frontend" config/name="Tickle Frontend"
run/main_scene="res://Main.tscn" run/main_scene="res://Main.tscn"
boot_splash/bg_color=Color( 0.141176, 0.141176, 0.141176, 1 )
config/icon="res://icon.png" config/icon="res://icon.png"
[display] [display]
@ -50,4 +51,5 @@ common/enable_pause_aware_picking=true
[rendering] [rendering]
environment/default_clear_color=Color( 0.1023, 0.11, 0.102942, 1 )
environment/default_environment="res://default_env.tres" environment/default_environment="res://default_env.tres"