mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-07 13:15:30 +02:00
Add script to build HTML5 export
This commit is contained in:
parent
7c6300c8dc
commit
18d25579fd
3 changed files with 12 additions and 3 deletions
|
@ -5,9 +5,9 @@ platform="HTML5"
|
|||
runnable=true
|
||||
custom_features=""
|
||||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter="misc/*, addons/godot_xterm/native/thirdparty/*"
|
||||
export_path="export/index.html"
|
||||
include_filter="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=""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue