diff options
| author | J08nY | 2017-04-22 03:17:33 +0200 |
|---|---|---|
| committer | J08nY | 2017-04-22 03:21:18 +0200 |
| commit | c2be9e9056cb403155664dec8f08bb00be736671 (patch) | |
| tree | 35c990b7d79cd22a264518ae463b2f8ef9122907 /export_presets.cfg | |
| parent | d624dd53742320369ec6e07ce37a47158ec3476b (diff) | |
| download | ld38-c2be9e9056cb403155664dec8f08bb00be736671.tar.gz ld38-c2be9e9056cb403155664dec8f08bb00be736671.tar.zst ld38-c2be9e9056cb403155664dec8f08bb00be736671.zip | |
Diffstat (limited to 'export_presets.cfg')
| -rw-r--r-- | export_presets.cfg | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/export_presets.cfg b/export_presets.cfg new file mode 100644 index 0000000..0f5ef08 --- /dev/null +++ b/export_presets.cfg @@ -0,0 +1,58 @@ +[preset.0] + +exclude_filter="" +export_filter="all_resources" +include_filter="" +name="HTML5" +patch_list=PoolStringArray( ) +platform="HTML5" +runnable=true + +[preset.0.options] + +custom_template/debug="" +custom_template/release="" +html/head_include="" +options/memory_size=3 +options/target=1 +texture_format/etc=true +texture_format/etc2=false +texture_format/s3tc=false + +[preset.1] + +exclude_filter="" +export_filter="all_resources" +include_filter="" +name="Linux/X11" +patch_list=PoolStringArray( ) +platform="Linux/X11" +runnable=true + +[preset.1.options] + +binary_format/64_bits=true +custom_template/debug="/root/.godot/templates/3.0-alpha/linux_x11_64_debug" +custom_template/release="/root/.godot/templates/3.0-alpha/linux_x11_64_release" +texture_format/etc=false +texture_format/etc2=false +texture_format/s3tc=true + +[preset.2] + +exclude_filter="" +export_filter="all_resources" +include_filter="" +name="Windows Desktop" +patch_list=PoolStringArray( ) +platform="Windows Desktop" +runnable=true + +[preset.2.options] + +binary_format/64_bits=true +custom_template/debug="/root/.godot/templates/3.0-alpha/windows_64_debug.exe" +custom_template/release="/root/.godot/templates/3.0-alpha/windows_64_release.exe" +texture_format/etc=false +texture_format/etc2=false +texture_format/s3tc=true |
