Show plugin version on HTML5 demo

Shows the plugin version in addons/godot_xterm/plugin.cfg on the main
screen of the HTML5 demo.
This commit is contained in:
Leroy Hopson 2022-08-19 12:55:04 +12:00
parent c02b869e2c
commit c6e99ff5c2
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -5,7 +5,7 @@ platform="HTML5"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter="*.cast, addons/godot_xterm/themes/fonts/hack/hack_regular-3.003.ttf"
include_filter="*.cast, addons/godot_xterm/plugin.cfg, 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