From c2be9e9056cb403155664dec8f08bb00be736671 Mon Sep 17 00:00:00 2001 From: J08nY Date: Sat, 22 Apr 2017 03:17:33 +0200 Subject: init --- export_presets.cfg | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 export_presets.cfg (limited to 'export_presets.cfg') 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 -- cgit v1.2.3-70-g09d2