v2.6.6
This commit is contained in:
parent
1b4f947550
commit
2893e1c3fb
@ -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);
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user