1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-10-16 06:17:27 +00:00

Change clear color to the originally intended (?) one

This commit is contained in:
Steffo 2023-10-14 03:35:33 +02:00
parent c57052f537
commit 263f1e3c94
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -13,8 +13,8 @@ config_version=5
config/name="Swear Jar"
run/main_scene="res://main.tscn"
config/features=PackedStringArray("4.1", "Mobile")
boot_splash/bg_color=Color(0.0977035, 0.0977035, 0.10161, 1)
boot_splash/image="res://icon.png"
boot_splash/bg_color=Color(0.133333, 0.12549, 0.203922, 1)
boot_splash/image="res://media/banner.png"
config/icon="res://media/jar_icon.png"
[display]
@ -117,4 +117,4 @@ common/max_physics_steps_per_frame=30
renderer/rendering_method="mobile"
textures/vram_compression/import_etc2_astc=true
environment/defaults/default_clear_color=Color(0.0977035, 0.0977035, 0.10161, 1)
environment/defaults/default_clear_color=Color(0.133333, 0.12549, 0.203922, 1)