Skip to content

Commit

Permalink
Add Native Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickPi committed Jan 19, 2024
1 parent 30cb31d commit ce45c59
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 1 deletion.
Binary file added game/art/OpenVic.icns
Binary file not shown.
Binary file added game/art/OpenVic.ico
Binary file not shown.
Binary file added game/art/OpenVicLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions game/art/OpenVicLogo.png.import
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion game/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit ce45c59

Please sign in to comment.