mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-25 09:14:18 +00:00
Change default clear color to #3b7d4f
This commit is contained in:
parent
b14513d332
commit
37be83fce7
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ config_version=5
|
||||||
|
|
||||||
config/name="LD52"
|
config/name="LD52"
|
||||||
config/features=PackedStringArray("4.0", "GL Compatibility")
|
config/features=PackedStringArray("4.0", "GL Compatibility")
|
||||||
|
boot_splash/bg_color=Color(0.231373, 0.490196, 0.309804, 1)
|
||||||
config/icon="res://assets/icon.svg"
|
config/icon="res://assets/icon.svg"
|
||||||
|
|
||||||
[display]
|
[display]
|
||||||
|
@ -24,3 +25,4 @@ window/stretch/scale=4.0
|
||||||
[rendering]
|
[rendering]
|
||||||
|
|
||||||
renderer/rendering_method="gl_compatibility"
|
renderer/rendering_method="gl_compatibility"
|
||||||
|
environment/defaults/default_clear_color=Color(0.231373, 0.490196, 0.309804, 1)
|
||||||
|
|
Loading…
Reference in a new issue