Skip to content

Commit 4618c9b

Browse files
committed
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
1 parent 6ddead5 commit 4618c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dist/export_presets.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ platform="HTML5"
55
runnable=true
66
custom_features=""
77
export_filter="all_resources"
8-
include_filter=""
8+
include_filter="*.json"
99
exclude_filter=""
1010
export_path=""
1111
script_export_mode=1

0 commit comments

Comments
 (0)