Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
666Savior committed Apr 25, 2021
2 parents 8a52205 + 4b049fc commit 76a5ba6
Showing 1 changed file with 34 additions and 12 deletions.
46 changes: 34 additions & 12 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,20 @@ export_filter="all_resources"
include_filter=""
exclude_filter="build/*"
export_path="build/linux_amd64/LD48.x86_64"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""

[preset.0.options]

custom_template/debug=""
custom_template/release=""
binary_format/64_bits=true
binary_format/embed_pck=false
texture_format/bptc=false
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true
binary_format/64_bits=true
binary_format/embed_pck=false
custom_template/release=""
custom_template/debug=""

[preset.1]

Expand All @@ -34,21 +33,20 @@ export_filter="all_resources"
include_filter=""
exclude_filter="build/*"
export_path="build/windows_amd64/LD48.exe"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""

[preset.1.options]

custom_template/debug=""
custom_template/release=""
binary_format/64_bits=true
binary_format/embed_pck=false
texture_format/bptc=false
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true
binary_format/64_bits=true
binary_format/embed_pck=false
custom_template/release=""
custom_template/debug=""
codesign/enable=false
codesign/identity=""
codesign/password=""
Expand All @@ -74,9 +72,8 @@ runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
exclude_filter="build/*"
export_path="build/macos/LD48.zip"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""

Expand All @@ -98,3 +95,28 @@ privacy/microphone_usage_description=""
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false

[preset.3]

name="LD48-HTML5"
platform="HTML5"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter="build/*"
export_path="build/web/index.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/custom_html_shell=""
html/head_include=""
html/canvas_resize_policy=2
html/experimental_virtual_keyboard=false

0 comments on commit 76a5ba6

Please sign in to comment.