From 150212ebef6bb17f384853811bdbb0f098a59a7d Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Sun, 3 Apr 2022 20:56:34 -0400 Subject: [PATCH] Export option tweaks --- export_presets.cfg | 12 ++++++------ project.godot | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/export_presets.cfg b/export_presets.cfg index b889c00..7b778c0 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -7,7 +7,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="build/linux/ld50.x86_64" +export_path="build/linux/echec.x86_64" patch_list=PoolStringArray( ) script_export_mode=1 script_encryption_key="" @@ -20,7 +20,7 @@ texture_format/etc=false texture_format/etc2=false texture_format/no_bptc_fallbacks=true binary_format/64_bits=true -binary_format/embed_pck=false +binary_format/embed_pck=true custom_template/release="" custom_template/debug="" @@ -33,7 +33,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="build/osx/ld50.zip" +export_path="build/osx/echec-osx.zip" patch_list=PoolStringArray( ) script_export_mode=1 script_encryption_key="" @@ -66,7 +66,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="build/windows/ld50.exe" +export_path="build/windows/echec.exe" patch_list=PoolStringArray( ) script_export_mode=1 script_encryption_key="" @@ -79,7 +79,7 @@ texture_format/etc=false texture_format/etc2=false texture_format/no_bptc_fallbacks=true binary_format/64_bits=true -binary_format/embed_pck=false +binary_format/embed_pck=true custom_template/release="" custom_template/debug="" codesign/enable=false @@ -108,7 +108,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="build/html/ld50.html" +export_path="build/html/index.html" patch_list=PoolStringArray( ) script_export_mode=1 script_encryption_key="" diff --git a/project.godot b/project.godot index 4b3ce26..a834188 100644 --- a/project.godot +++ b/project.godot @@ -35,7 +35,7 @@ _global_script_class_icons={ config/name="Échec x Chess" config/description="Chess where you always lose. How far can you make it before the inevitable happens?" run/main_scene="res://src/Game.tscn" -config/icon="res://icon.png" +config/icon="res://assets/export/attack.png" [display]