diff --git a/export_presets.cfg b/export_presets.cfg index 4169516..a9f1941 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -57,7 +57,7 @@ encrypt_directory=false custom_template/debug="" custom_template/release="" debug/export_console_wrapper=0 -binary_format/embed_pck=true +binary_format/embed_pck=false texture_format/bptc=true texture_format/s3tc=true texture_format/etc=false diff --git a/project.godot b/project.godot index 94b7ce1..672b7d3 100644 --- a/project.godot +++ b/project.godot @@ -15,6 +15,7 @@ run/main_scene="res://scenes/scene_manager.tscn" config/features=PackedStringArray("4.2", "Forward Plus") boot_splash/show_image=false config/icon="res://resources/icons/gameicon.png" +config/windows_native_icon="res://resources/icons/icon.ico" [autoload] diff --git a/resources/icons/GameIcon.ico b/resources/icons/GameIcon.ico new file mode 100644 index 0000000..e19d616 Binary files /dev/null and b/resources/icons/GameIcon.ico differ diff --git a/resources/icons/gameicon.png b/resources/icons/gameicon.png index dd27d34..decf692 100644 Binary files a/resources/icons/gameicon.png and b/resources/icons/gameicon.png differ diff --git a/resources/icons/icon.ico b/resources/icons/icon.ico new file mode 100644 index 0000000..81cdc57 Binary files /dev/null and b/resources/icons/icon.ico differ