Skip to content

Commit

Permalink
Add app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
FlynnD273 committed Jun 28, 2023
1 parent 0247d05 commit 9fa2366
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Binary file added app_icon.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ script_encryption_key=""
custom_template/debug=""
custom_template/release=""
debug/export_console_script=1
binary_format/embed_pck=false
binary_format/embed_pck=true
texture_format/bptc=true
texture_format/s3tc=true
texture_format/etc=false
Expand Down Expand Up @@ -61,7 +61,7 @@ script_encryption_key=""
custom_template/debug=""
custom_template/release=""
debug/export_console_script=1
binary_format/embed_pck=false
binary_format/embed_pck=true
texture_format/bptc=true
texture_format/s3tc=true
texture_format/etc=false
Expand All @@ -77,7 +77,7 @@ codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PackedStringArray()
application/modify_resources=true
application/icon=""
application/icon="res://app_icon.ico"
application/console_wrapper_icon=""
application/icon_interpolation=4
application/file_version=""
Expand Down
2 changes: 2 additions & 0 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ config_version=5
config/name="ColorTiles"
run/main_scene="res://game/title.tscn"
config/features=PackedStringArray("4.0", "Forward Plus")
boot_splash/bg_color=Color(0.141176, 0.141176, 0.141176, 1)
boot_splash/show_image=false
config/icon="res://icon.svg"

[autoload]
Expand Down

0 comments on commit 9fa2366

Please sign in to comment.