windows icon and stuff prepared

This commit is contained in:
Haze Weathers 2024-07-13 03:31:37 -04:00
parent 7fd32cc7b0
commit e4c4f36c39
4 changed files with 6 additions and 5 deletions

View file

@ -16,7 +16,7 @@ script_encryption_key=""
custom_template/debug=""
custom_template/release=""
binary_format/64_bits=true
binary_format/embed_pck=true
binary_format/embed_pck=false
texture_format/bptc=false
texture_format/s3tc=true
texture_format/etc=false
@ -31,12 +31,12 @@ codesign/timestamp_server_url=""
codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PoolStringArray( )
application/modify_resources=false
application/icon=""
application/modify_resources=true
application/icon="res://icon.ico"
application/file_version=""
application/product_version=""
application/company_name=""
application/product_name=""
application/company_name="Team SG"
application/product_name="Revolution 2083"
application/file_description=""
application/copyright=""
application/trademarks=""

BIN
icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB

BIN
icon.xcf Normal file

Binary file not shown.

View file

@ -92,6 +92,7 @@ config/use_custom_user_dir=true
config/custom_user_dir_name="heromark2"
boot_splash/show_image=false
config/icon="res://icon.png"
config/windows_native_icon="res://icon.ico"
[autoload]