mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-24 08:34:19 +00:00
Change clear color to the originally intended (?) one
This commit is contained in:
parent
c57052f537
commit
263f1e3c94
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue