Diffstat (limited to 'export_presets.cfg')
| -rw-r--r-- | export_presets.cfg | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/export_presets.cfg b/export_presets.cfg deleted file mode 100644 index e50e75b..0000000 --- a/export_presets.cfg +++ /dev/null @@ -1,57 +0,0 @@ -[preset.0] - -name="Mac" -platform="Mac OSX" -runnable=true -custom_features="" -export_filter="all_resources" -include_filter="" -exclude_filter="" -export_path="exports/mac.zip" -script_export_mode=1 -script_encryption_key="" - -[preset.0.options] - -custom_template/debug="" -custom_template/release="" -application/name="2048" -application/info="heck yeah" -application/icon="" -application/identifier="bendn.2048" -application/signature="" -application/app_category="Games" -application/short_version="1.0" -application/version="1.0" -application/copyright="" -display/high_res=true -privacy/camera_usage_description="" -privacy/microphone_usage_description="" -texture_format/s3tc=true -texture_format/etc=false -texture_format/etc2=false - -[preset.1] - -name="Linux" -platform="Linux/X11" -runnable=true -custom_features="" -export_filter="all_resources" -include_filter="" -exclude_filter="" -export_path="exports/linux..zip.x86_64" -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=true -texture_format/bptc=false -texture_format/s3tc=true -texture_format/etc=false -texture_format/etc2=false -texture_format/no_bptc_fallbacks=true |