Export option tweaks

This commit is contained in:
Kienan Stewart 2022-04-03 20:56:34 -04:00
parent 60ce046f2f
commit 150212ebef
2 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@ custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="" include_filter=""
exclude_filter="" exclude_filter=""
export_path="build/linux/ld50.x86_64" export_path="build/linux/echec.x86_64"
patch_list=PoolStringArray( ) patch_list=PoolStringArray( )
script_export_mode=1 script_export_mode=1
script_encryption_key="" script_encryption_key=""
@ -20,7 +20,7 @@ texture_format/etc=false
texture_format/etc2=false texture_format/etc2=false
texture_format/no_bptc_fallbacks=true texture_format/no_bptc_fallbacks=true
binary_format/64_bits=true binary_format/64_bits=true
binary_format/embed_pck=false binary_format/embed_pck=true
custom_template/release="" custom_template/release=""
custom_template/debug="" custom_template/debug=""
@ -33,7 +33,7 @@ custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="" include_filter=""
exclude_filter="" exclude_filter=""
export_path="build/osx/ld50.zip" export_path="build/osx/echec-osx.zip"
patch_list=PoolStringArray( ) patch_list=PoolStringArray( )
script_export_mode=1 script_export_mode=1
script_encryption_key="" script_encryption_key=""
@ -66,7 +66,7 @@ custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="" include_filter=""
exclude_filter="" exclude_filter=""
export_path="build/windows/ld50.exe" export_path="build/windows/echec.exe"
patch_list=PoolStringArray( ) patch_list=PoolStringArray( )
script_export_mode=1 script_export_mode=1
script_encryption_key="" script_encryption_key=""
@ -79,7 +79,7 @@ texture_format/etc=false
texture_format/etc2=false texture_format/etc2=false
texture_format/no_bptc_fallbacks=true texture_format/no_bptc_fallbacks=true
binary_format/64_bits=true binary_format/64_bits=true
binary_format/embed_pck=false binary_format/embed_pck=true
custom_template/release="" custom_template/release=""
custom_template/debug="" custom_template/debug=""
codesign/enable=false codesign/enable=false
@ -108,7 +108,7 @@ custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="" include_filter=""
exclude_filter="" exclude_filter=""
export_path="build/html/ld50.html" export_path="build/html/index.html"
patch_list=PoolStringArray( ) patch_list=PoolStringArray( )
script_export_mode=1 script_export_mode=1
script_encryption_key="" script_encryption_key=""

View File

@ -35,7 +35,7 @@ _global_script_class_icons={
config/name="Échec x Chess" config/name="Échec x Chess"
config/description="Chess where you always lose. How far can you make it before the inevitable happens?" config/description="Chess where you always lose. How far can you make it before the inevitable happens?"
run/main_scene="res://src/Game.tscn" run/main_scene="res://src/Game.tscn"
config/icon="res://icon.png" config/icon="res://assets/export/attack.png"
[display] [display]