Skip to content

Commit

Permalink
🖼️ Set application icon
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrijnbeek committed Oct 2, 2023
1 parent 2187532 commit 69c2805
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 3 deletions.
Binary file added assets/images/icon.ico
Binary file not shown.
Binary file added assets/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions assets/images/icon.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/icon.png-e2b956fc1cad352d3b1bbca4fcd64fa9.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/images/icon.png"
dest_files=[ "res://.import/icon.png-e2b956fc1cad352d3b1bbca4fcd64fa9.stex" ]

[params]

compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0
2 changes: 1 addition & 1 deletion export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PoolStringArray( )
application/modify_resources=true
application/icon=""
application/icon="res://assets/images/icon.ico"
application/file_version=""
application/product_version=""
application/company_name=""
Expand Down
5 changes: 3 additions & 2 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ config_version=4

[application]

config/name="Ludum Dare 54"
config/name="Legend of L0nk: Tears of Encumbrance"
run/main_scene="res://scenes/main/TitleScreen.tscn"
config/icon="res://icon.png"
config/icon="res://assets/images/icon.png"
config/windows_native_icon="res://assets/images/icon.ico"

[autoload]

Expand Down

0 comments on commit 69c2805

Please sign in to comment.