Diffstat (limited to 'export_presets.cfg')
| -rw-r--r-- | export_presets.cfg | 47 |
1 files changed, 44 insertions, 3 deletions
diff --git a/export_presets.cfg b/export_presets.cfg index 17457f7..c9109c1 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="exports/Mac.zip" +export_path="exports/room2.zip" script_export_mode=1 script_encryption_key="" @@ -40,7 +40,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="exports/Linux.x86_64" +export_path="exports/room2.x86_64" script_export_mode=1 script_encryption_key="" @@ -65,7 +65,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="exports/HTML.html" +export_path="exports/room2.html" script_export_mode=1 script_encryption_key="" @@ -90,3 +90,44 @@ progressive_web_app/icon_144x144="" progressive_web_app/icon_180x180="" progressive_web_app/icon_512x512="" progressive_web_app/background_color=Color( 0, 0, 0, 1 ) + +[preset.3] + +name="Windows" +platform="Windows Desktop" +runnable=true +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="./room2.exe" +script_export_mode=1 +script_encryption_key="" + +[preset.3.options] + +custom_template/debug="" +custom_template/release="" +binary_format/64_bits=true +binary_format/embed_pck=true +texture_format/bptc=false +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false +texture_format/no_bptc_fallbacks=true +codesign/enable=false +codesign/identity="" +codesign/password="" +codesign/timestamp=true +codesign/timestamp_server_url="" +codesign/digest_algorithm=1 +codesign/description="" +codesign/custom_options=PoolStringArray( ) +application/icon="" +application/file_version="" +application/product_version="" +application/company_name="" +application/product_name="" +application/file_description="" +application/copyright="" +application/trademarks="" |