export presets
Some checks failed
linting & formatting / build (push) Failing after 12s
itch.io publish action / build (linux64, x86_64) (push) Failing after 31s
itch.io publish action / build (osx, app) (push) Failing after 28s
itch.io publish action / build (win64, exe) (push) Failing after 32s

This commit is contained in:
duncgibbs 2026-04-13 11:59:03 -05:00
parent 99de9e8b40
commit d845d0637c
2 changed files with 50 additions and 1 deletions

2
.gitignore vendored
View File

@ -4,7 +4,7 @@
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
#export_presets.cfg
# Imported translations (automatically generated from CSV files)
*.translation

49
export_presets.cfg Normal file
View File

@ -0,0 +1,49 @@
[preset.0]
name="web"
platform="Web"
runnable=true
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path=""
patches=PackedStringArray()
patch_delta_encoding=false
patch_delta_compression_level_zstd=19
patch_delta_min_reduction=0.1
patch_delta_include_filters="*"
patch_delta_exclude_filters=""
encryption_include_filters=""
encryption_exclude_filters=""
seed=0
encrypt_pck=false
encrypt_directory=false
script_export_mode=2
[preset.0.options]
custom_template/debug=""
custom_template/release=""
variant/extensions_support=false
variant/thread_support=false
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/ensure_cross_origin_isolation_headers=true
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)
threads/emscripten_pool_size=8
threads/godot_pool_size=4