diff options
Diffstat (limited to 'export_presets.cfg')
-rw-r--r-- | export_presets.cfg | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/export_presets.cfg b/export_presets.cfg index 851b336..4fbb154 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -32,3 +32,69 @@ 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.1] + +name="WindowsDesktop" +platform="Windows Desktop" +runnable=true +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="" +script_export_mode=1 +script_encryption_key="" + +[preset.1.options] + +custom_template/debug="" +custom_template/release="" +binary_format/64_bits=true +binary_format/embed_pck=false +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="res://Assets/Environment/turn-icon.ico" +application/file_version="" +application/product_version="" +application/company_name="" +application/product_name="Dungeons and Dice" +application/file_description="Very good game plz play" +application/copyright="" +application/trademarks="" + +[preset.2] + +name="LinuxX11" +platform="Linux/X11" +runnable=true +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="" +script_export_mode=1 +script_encryption_key="" + +[preset.2.options] + +custom_template/debug="" +custom_template/release="" +binary_format/64_bits=true +binary_format/embed_pck=false +texture_format/bptc=false +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false +texture_format/no_bptc_fallbacks=true |