From c6e99ff5c2303582997ae2fdee164dab8abb1a78 Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Fri, 19 Aug 2022 12:55:04 +1200 Subject: [PATCH] Show plugin version on HTML5 demo Shows the plugin version in addons/godot_xterm/plugin.cfg on the main screen of the HTML5 demo. --- export_presets.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export_presets.cfg b/export_presets.cfg index 10a7d1b..a2d5d94 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -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