mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-14 22:30:26 +01:00
5f7dc2c247
Changes Emscripten SDK version to match that used to compile the default export templates used by Godot 3.4 (in this case 2.0.25 as can be seen here: https://github.com/godotengine/build-containers/blob/3.4/Dockerfile.javascript). This means we no longer need to compile custom export templates when exporting HTML5 for Godot 3.4. Exports from other Godot versions may requiring compiling the GDNative library with a different version of the Emscripten SDK.
34 lines
1 KiB
INI
34 lines
1 KiB
INI
[preset.0]
|
|
|
|
name="HTML5"
|
|
platform="HTML5"
|
|
runnable=true
|
|
custom_features=""
|
|
export_filter="all_resources"
|
|
include_filter="*.cast, addons/godot_xterm/themes/fonts/hack/hack_regular-3.003.ttf"
|
|
exclude_filter="misc/*, **/thirdparty/*, **/unifont/*, **/nerd_fonts/*, **/noto_color_emoji/*, *bold*.ttf, *italic*.ttf"
|
|
export_path="docs/demo/index.html"
|
|
script_export_mode=1
|
|
script_encryption_key=""
|
|
|
|
[preset.0.options]
|
|
|
|
custom_template/debug=""
|
|
custom_template/release=""
|
|
variant/export_type=2
|
|
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 )
|