From b9a1c6f38249b8e075bb56470848a8c949edf74a Mon Sep 17 00:00:00 2001 From: Lukasdotcom Date: Thu, 11 Nov 2021 15:53:48 -0500 Subject: [PATCH] Made the exports more efficient --- export_presets.cfg | 43 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 39 insertions(+), 4 deletions(-) diff --git a/export_presets.cfg b/export_presets.cfg index 18dfdf0..961ceff 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -1,13 +1,13 @@ [preset.0] -name="HTML5" +name="PWA" platform="HTML5" runnable=true custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../../../Downloads/html5/Space3.html" +export_path="../../../Downloads/space3/pwa/Space3.html" script_export_mode=1 script_encryption_key="" @@ -42,7 +42,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../../../Downloads/html5/Space3.exe" +export_path="../../../Downloads/space3/windows/Space3.exe" script_export_mode=1 script_encryption_key="" @@ -83,7 +83,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../../../Downloads/html5/Space3.dmg" +export_path="../../../Downloads/space3/macos/Space3.dmg" script_export_mode=1 script_encryption_key="" @@ -138,3 +138,38 @@ notarization/apple_team_id="" texture_format/s3tc=true texture_format/etc=false texture_format/etc2=false + +[preset.3] + +name="HTML5" +platform="HTML5" +runnable=false +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="../../../Downloads/space3/html5/Space3.html" +script_export_mode=1 +script_encryption_key="" + +[preset.3.options] + +custom_template/debug="" +custom_template/release="" +variant/export_type=0 +vram_texture_compression/for_desktop=true +vram_texture_compression/for_mobile=false +html/export_icon=true +html/custom_html_shell="" +html/head_include="" +html/canvas_resize_policy=2 +html/focus_canvas_on_start=true +html/experimental_virtual_keyboard=false +progressive_web_app/enabled=false +progressive_web_app/offline_page="" +progressive_web_app/display=1 +progressive_web_app/orientation=0 +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 )