From 91f00914838e00cd9758e5801345c5e9e3609103 Mon Sep 17 00:00:00 2001 From: Felipe M Date: Fri, 22 Jan 2021 23:46:05 +0100 Subject: [PATCH] Added export presets --- piggy/export_presets.cfg | 22 ++++++++++++++++++++++ rocket-launch/export_presets.cfg | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 piggy/export_presets.cfg create mode 100644 rocket-launch/export_presets.cfg diff --git a/piggy/export_presets.cfg b/piggy/export_presets.cfg new file mode 100644 index 0000000..bc1c33c --- /dev/null +++ b/piggy/export_presets.cfg @@ -0,0 +1,22 @@ +[preset.0] + +name="HTML5" +platform="HTML5" +runnable=true +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="export/index.html" +patch_list=PoolStringArray( ) +script_export_mode=1 +script_encryption_key="" + +[preset.0.options] + +vram_texture_compression/for_desktop=true +vram_texture_compression/for_mobile=false +html/custom_html_shell="" +html/head_include="" +custom_template/release="" +custom_template/debug="" diff --git a/rocket-launch/export_presets.cfg b/rocket-launch/export_presets.cfg new file mode 100644 index 0000000..bc1c33c --- /dev/null +++ b/rocket-launch/export_presets.cfg @@ -0,0 +1,22 @@ +[preset.0] + +name="HTML5" +platform="HTML5" +runnable=true +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="export/index.html" +patch_list=PoolStringArray( ) +script_export_mode=1 +script_encryption_key="" + +[preset.0.options] + +vram_texture_compression/for_desktop=true +vram_texture_compression/for_mobile=false +html/custom_html_shell="" +html/head_include="" +custom_template/release="" +custom_template/debug=""