diff options
author | tpart <tpart120@proton.me> | 2024-09-23 20:34:22 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-09-23 20:34:30 +0200 |
commit | 1d500c1ea25554ceee893040a6cbb4a94b06214a (patch) | |
tree | 62eb49b4e9dc5ea0290c9b0e43dfe462333d9d04 /client/project.godot | |
parent | b9cdcc60e4a48fbd73f51feca55b0ee7d6fe355a (diff) | |
download | hurrycurry-1d500c1ea25554ceee893040a6cbb4a94b06214a.tar hurrycurry-1d500c1ea25554ceee893040a6cbb4a94b06214a.tar.bz2 hurrycurry-1d500c1ea25554ceee893040a6cbb4a94b06214a.tar.zst |
Add adaprive foreground & background icons for android
Diffstat (limited to 'client/project.godot')
-rw-r--r-- | client/project.godot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/project.godot b/client/project.godot index fc0c038b..ad3b9f5c 100644 --- a/client/project.godot +++ b/client/project.godot @@ -14,8 +14,8 @@ config/name="hurrycurry" run/main_scene="res://menu/entry.tscn" config/quit_on_go_back=false config/features=PackedStringArray("4.3", "Forward Plus") -boot_splash/image="res://icon.png" -config/icon="res://icon.png" +boot_splash/image="res://icons/main.png" +config/icon="res://icons/main.png" [autoload] |