aboutsummaryrefslogtreecommitdiff
path: root/client/export_presets.cfg
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-22 11:40:29 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-23 19:28:31 +0200
commit84ddc1c0ffb029c88ae108a180081380916eae39 (patch)
tree2b251a342a42e262964eee20e3865a0cd3fbcdfe /client/export_presets.cfg
parent8442047d929d896b5c3992d766adf386d71358a3 (diff)
downloadhurrycurry-84ddc1c0ffb029c88ae108a180081380916eae39.tar
hurrycurry-84ddc1c0ffb029c88ae108a180081380916eae39.tar.bz2
hurrycurry-84ddc1c0ffb029c88ae108a180081380916eae39.tar.zst
add export preset
Diffstat (limited to 'client/export_presets.cfg')
-rw-r--r--client/export_presets.cfg37
1 files changed, 37 insertions, 0 deletions
diff --git a/client/export_presets.cfg b/client/export_presets.cfg
new file mode 100644
index 00000000..7170c550
--- /dev/null
+++ b/client/export_presets.cfg
@@ -0,0 +1,37 @@
+[preset.0]
+
+name="web"
+platform="Web"
+runnable=true
+dedicated_server=false
+custom_features=""
+export_filter="all_resources"
+include_filter=""
+exclude_filter=""
+export_path="../target/client/undercooked.html"
+encryption_include_filters=""
+encryption_exclude_filters=""
+encrypt_pck=false
+encrypt_directory=false
+
+[preset.0.options]
+
+custom_template/debug=""
+custom_template/release=""
+variant/extensions_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/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)