Skip to content

Commit

Permalink
Merge pull request #7 from Lukasdotcom/v0.4.0-Share-Together
Browse files Browse the repository at this point in the history
Made the exports more efficient
  • Loading branch information
Lukasdotcom authored Nov 11, 2021
2 parents 27dc950 + b9a1c6f commit d8b7ee5
Showing 1 changed file with 39 additions and 4 deletions.
43 changes: 39 additions & 4 deletions export_presets.cfg
Original file line number Diff line number Diff line change
@@ -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=""

Expand Down Expand Up @@ -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=""

Expand Down Expand Up @@ -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=""

Expand Down Expand Up @@ -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 )

0 comments on commit d8b7ee5

Please sign in to comment.