Update export presets to not embed PCK, add Windows native icon. Add new icons for the project.

This commit is contained in:
Dan 2024-05-12 16:08:10 +01:00
parent 380434c2d5
commit 9988ee23de
5 changed files with 2 additions and 1 deletions

View file

@ -57,7 +57,7 @@ encrypt_directory=false
custom_template/debug="" custom_template/debug=""
custom_template/release="" custom_template/release=""
debug/export_console_wrapper=0 debug/export_console_wrapper=0
binary_format/embed_pck=true binary_format/embed_pck=false
texture_format/bptc=true texture_format/bptc=true
texture_format/s3tc=true texture_format/s3tc=true
texture_format/etc=false texture_format/etc=false

View file

@ -15,6 +15,7 @@ run/main_scene="res://scenes/scene_manager.tscn"
config/features=PackedStringArray("4.2", "Forward Plus") config/features=PackedStringArray("4.2", "Forward Plus")
boot_splash/show_image=false boot_splash/show_image=false
config/icon="res://resources/icons/gameicon.png" config/icon="res://resources/icons/gameicon.png"
config/windows_native_icon="res://resources/icons/icon.ico"
[autoload] [autoload]

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Before After
Before After

BIN
resources/icons/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB