From fb2561bd998f211d2099f811a6b6b25a57118160 Mon Sep 17 00:00:00 2001 From: BrickPi Date: Fri, 19 Jan 2024 09:56:45 -0600 Subject: Add Native Icons --- game/art/OpenVic.icns | Bin 0 -> 898447 bytes game/art/OpenVic.ico | Bin 0 -> 435509 bytes game/art/OpenVicLogo.png | Bin 0 -> 36650 bytes game/art/OpenVicLogo.png.import | 34 ++++++++++++++++++++++++++++++++++ game/project.godot | 4 +++- 5 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 game/art/OpenVic.icns create mode 100644 game/art/OpenVic.ico create mode 100644 game/art/OpenVicLogo.png create mode 100644 game/art/OpenVicLogo.png.import diff --git a/game/art/OpenVic.icns b/game/art/OpenVic.icns new file mode 100644 index 0000000..7bf9475 Binary files /dev/null and b/game/art/OpenVic.icns differ diff --git a/game/art/OpenVic.ico b/game/art/OpenVic.ico new file mode 100644 index 0000000..a90ede9 Binary files /dev/null and b/game/art/OpenVic.ico differ diff --git a/game/art/OpenVicLogo.png b/game/art/OpenVicLogo.png new file mode 100644 index 0000000..3e01ae7 Binary files /dev/null and b/game/art/OpenVicLogo.png differ diff --git a/game/art/OpenVicLogo.png.import b/game/art/OpenVicLogo.png.import new file mode 100644 index 0000000..29d6ea1 --- /dev/null +++ b/game/art/OpenVicLogo.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dtvtn4q1nyuf4" +path="res://.godot/imported/OpenVicLogo.png-899f6fd63c93d404c53c1e477316005f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/OpenVicLogo.png" +dest_files=["res://.godot/imported/OpenVicLogo.png-899f6fd63c93d404c53c1e477316005f.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 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] -- cgit v1.2.3-56-ga3b1