diff options
Diffstat (limited to 'client/project.godot')
-rw-r--r-- | client/project.godot | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/project.godot b/client/project.godot index 1ce7fb4a..25a17ed4 100644 --- a/client/project.godot +++ b/client/project.godot @@ -13,7 +13,9 @@ config_version=5 config/name="undercooked" run/main_scene="res://menu/main_menu.tscn" config/features=PackedStringArray("4.2", "Forward Plus") -config/icon="res://icon.svg" +boot_splash/bg_color=Color(0.282353, 0.141176, 0.141176, 1) +boot_splash/image="res://icon.png" +config/icon="res://icon.png" [autoload] |