aboutsummaryrefslogtreecommitdiff
path: root/game/project.godot
diff options
context:
space:
mode:
author BrickPi <ajmach6@gmail.com>2024-01-19 16:56:45 +0100
committer BrickPi <ajmach6@gmail.com>2024-01-20 01:31:34 +0100
commitfb2561bd998f211d2099f811a6b6b25a57118160 (patch)
tree7d002281ea4105ae0c8b6952338129449b7134a7 /game/project.godot
parentfc0658161f84c7949198c2d907614acaa4332728 (diff)
Add Native Icons
Diffstat (limited to 'game/project.godot')
-rw-r--r--game/project.godot4
1 files changed, 3 insertions, 1 deletions
diff --git a/game/project.godot b/game/project.godot
index 940c340..d71668c 100644
--- a/game/project.godot
+++ b/game/project.godot
@@ -18,7 +18,9 @@ config/features=PackedStringArray("4.2", "Forward Plus")
boot_splash/bg_color=Color(0, 0, 0, 0)
boot_splash/show_image=false
boot_splash/image="res://splash_assets/splash_image.png"
-config/icon="res://icon.svg"
+config/icon="res://art/OpenVicLogo.png"
+config/macos_native_icon="res://art/OpenVic.icns"
+config/windows_native_icon="res://art/OpenVic.ico"
config/project_settings_override.template="user://settings.cfg"
[autoload]