diff --git a/_server/MotaAction.g4 b/_server/MotaAction.g4 index 6acd1a14..dc9a423b 100644 --- a/_server/MotaAction.g4 +++ b/_server/MotaAction.g4 @@ -636,8 +636,8 @@ return '{' + [ mainStyle_m - : '主要样式设置:' '标题界面背景图(554x422):' EvalString BGNL? Newline - '竖屏标题界面背景图(422x580)' EvalString BGNL? Newline + : '主要样式设置:' '标题界面背景图:' EvalString BGNL? Newline + '竖屏标题界面背景图:' EvalString BGNL? Newline '标题样式;可写 display: none 隐藏标题' EvalString BGNL? Newline '标题按钮样式:' EvalString BGNL? Newline '横屏状态栏背景;url(...) 0 0/100% 100% no-repeat 可将图片拉伸自适配' BGNL? Newline EvalString BGNL? Newline diff --git a/_server/editor_datapanel.js b/_server/editor_datapanel.js index 9e064cff..f5cccc56 100644 --- a/_server/editor_datapanel.js +++ b/_server/editor_datapanel.js @@ -180,6 +180,12 @@ editor_datapanel_wrapper = function (editor) { editor.uifunctions.createNewMaps_func = function () { + + document.getElementById('newMapWidth').value = core.__SIZE__; + document.getElementById('newMapHeight').value = core.__SIZE__; + document.getElementById('newMapsWidth').value = core.__SIZE__; + document.getElementById('newMapsHeight').value = core.__SIZE__; + var newMaps = document.getElementById('newMaps'); var newFloors = document.getElementById('newFloors'); newMaps.onclick = function () { diff --git a/_server/table/data.comment.js b/_server/table/data.comment.js index a6b839a7..2991876e 100644 --- a/_server/table/data.comment.js +++ b/_server/table/data.comment.js @@ -138,9 +138,9 @@ var data_comment_c456ea59_6018_45ef_8bcc_211a24c627dc = { "equipName": { "_leaf": true, "_type": "textarea", - "_range": "(thiseval instanceof Array && thiseval.length<=6)||thiseval==null", + "_range": "(thiseval instanceof Array)||thiseval==null", "_docs": "装备孔", - "_data": "装备位名称,为不超过6个的数组,此项的顺序与equiptype数值关联;例如可写[\"武器\",\"防具\",\"首饰\"]等等。" + "_data": "装备位名称,为一个数组,此项的顺序与equiptype数值关联;例如可写[\"武器\",\"防具\",\"首饰\"]等等。" }, "startBgm": { "_leaf": true, diff --git a/editor-mobile.html b/editor-mobile.html index 315a2082..5964f4c7 100644 --- a/editor-mobile.html +++ b/editor-mobile.html @@ -29,9 +29,9 @@
- + - + 保留楼层属性
@@ -55,9 +55,9 @@
- + - + 保留楼层属性
diff --git a/editor.html b/editor.html index fa8dfe10..8a6d7b1a 100644 --- a/editor.html +++ b/editor.html @@ -29,9 +29,9 @@ - + - + 保留楼层属性
@@ -51,9 +51,9 @@ 状态栏名称: - + - + 保留楼层属性