From 4618c9b04e5339c3659847137dfa113f4a088a9c Mon Sep 17 00:00:00 2001 From: Voylin <0voylin0@gmail.com> Date: Mon, 2 May 2022 09:07:14 +0900 Subject: [PATCH] Including *.json files to fix #725 There is a problem with the automatically exported HTML5 demos. When they use json files for dialogue by example, as in the JRPG demo, the game gets errors as it can't load those specific *.json files. Update export_presets.cfg --- .github/dist/export_presets.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dist/export_presets.cfg b/.github/dist/export_presets.cfg index b7a06f55..3d6d88ad 100644 --- a/.github/dist/export_presets.cfg +++ b/.github/dist/export_presets.cfg @@ -5,7 +5,7 @@ platform="HTML5" runnable=true custom_features="" export_filter="all_resources" -include_filter="" +include_filter="*.json" exclude_filter="" export_path="" script_export_mode=1