diff --git a/export_presets.cfg b/export_presets.cfg index c27010c..ec6ccdd 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -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="" diff --git a/icon.ico b/icon.ico new file mode 100644 index 0000000..da5c469 Binary files /dev/null and b/icon.ico differ diff --git a/icon.xcf b/icon.xcf new file mode 100644 index 0000000..f79bf7f Binary files /dev/null and b/icon.xcf differ diff --git a/project.godot b/project.godot index 22acdd2..711f1ec 100644 --- a/project.godot +++ b/project.godot @@ -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]