diff options
author | tpart <tpart120@proton.me> | 2024-06-25 20:33:27 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-06-25 20:33:27 +0200 |
commit | 75692ca40b5ee28043e47782893d1544e5fe79e6 (patch) | |
tree | 1ab30f8c6088e4af716fc0a846af79e7912afde7 /client/project.godot | |
parent | 82cc69a780f78da3b7f36645ca71000afd28aa03 (diff) | |
download | hurrycurry-75692ca40b5ee28043e47782893d1544e5fe79e6.tar hurrycurry-75692ca40b5ee28043e47782893d1544e5fe79e6.tar.bz2 hurrycurry-75692ca40b5ee28043e47782893d1544e5fe79e6.tar.zst |
Add project icon
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] |