This commit is contained in:
ckcz123 2019-12-29 22:14:43 +08:00
parent 1b4f947550
commit 2893e1c3fb
2 changed files with 3 additions and 2 deletions

View File

@ -293,6 +293,7 @@ editor_table_wrapper = function (editor) {
var thiseval = null;
if (input.checked != null) input.value = input.checked;
try {
if (input.value == '') input.value = 'null';
thiseval = JSON.parse(input.value);
} catch (ee) {
printe(field + ' : ' + ee);

View File

@ -63,8 +63,8 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"武器",
"盾牌"
],
"startBgm": "bgm.mp3",
"statusLeftBackground": "url(project/images/ground.png) repeat",
"startBgm": null,
"statusLeftBackground": null,
"statusTopBackground": "url(project/images/ground.png) repeat",
"toolsBackground": "url(project/images/ground.png) repeat",
"borderColor": "#CCCCCC",