diff options
author | rom <romangraef@gmail.com> | 2021-04-25 16:42:27 +0200 |
---|---|---|
committer | rom <romangraef@gmail.com> | 2021-04-25 16:42:27 +0200 |
commit | f73065719842261277529885caf026486fce1ec9 (patch) | |
tree | d7d158ca627aa55510219ab4a213d1492f0d7df4 /export_presets.cfg | |
parent | 07f2710a21a713f44d6f586602080ee9fbc1b179 (diff) | |
download | ldjam48-f73065719842261277529885caf026486fce1ec9.tar.gz ldjam48-f73065719842261277529885caf026486fce1ec9.tar.bz2 ldjam48-f73065719842261277529885caf026486fce1ec9.zip |
html export
Diffstat (limited to 'export_presets.cfg')
-rw-r--r-- | export_presets.cfg | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/export_presets.cfg b/export_presets.cfg index 4a4da24..758da53 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -8,7 +8,7 @@ export_filter="scenes" export_files=PoolStringArray( "res://scenes/menu.tscn" ) include_filter="" exclude_filter="" -export_path="./build/Deeper but Lighter.x86_64" +export_path="./Deeper but Lighter.x86_64" script_export_mode=1 script_encryption_key="" @@ -23,3 +23,28 @@ texture_format/s3tc=true texture_format/etc=false texture_format/etc2=false texture_format/no_bptc_fallbacks=true + +[preset.1] + +name="HTML5" +platform="HTML5" +runnable=true +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="build/html/index.html" +script_export_mode=1 +script_encryption_key="" + +[preset.1.options] + +custom_template/debug="" +custom_template/release="" +variant/export_type=0 +vram_texture_compression/for_desktop=true +vram_texture_compression/for_mobile=false +html/custom_html_shell="" +html/head_include="" +html/canvas_resize_policy=2 +html/experimental_virtual_keyboard=false |