diff --git a/_server/css/editor.css b/_server/css/editor.css index 13e74df7..b878cc2f 100644 --- a/_server/css/editor.css +++ b/_server/css/editor.css @@ -190,7 +190,7 @@ body{ .gameCanvas { position: absolute; } -#dataSelection{ +#dataSelection , .appendSelection{ position: absolute; /* top:0; left:320px; */ diff --git a/_server/css/editor_mode.css b/_server/css/editor_mode.css index f5ffcdab..a3c232c9 100644 --- a/_server/css/editor_mode.css +++ b/_server/css/editor_mode.css @@ -13,7 +13,7 @@ .leftTab > :first-child{margin-top:5px;} .leftTab > :last-child{margin-bottom:5px;} -#left99 { +#left1 { left: 5px; top: 650px; width: 435px; diff --git a/_server/editor_mode.js b/_server/editor_mode.js index 4bbe60af..39984f46 100644 --- a/_server/editor_mode.js +++ b/_server/editor_mode.js @@ -3,8 +3,7 @@ function editor_mode(){ 'loc':'left2', 'emenyitem':'left3', 'floor':'left4', - 'tower':'left5', - 'test':'left99' + 'tower':'left5' } this._ids={} this.dom={} @@ -23,6 +22,8 @@ editor_mode.prototype.init = function(callback){ if (Boolean(callback))callback(); } +///////////////////////////////////////////////////////////////////////////// + editor_mode.prototype.objToTable = function(obj,commentObj){ var outstr=["\n条目注释值\n"]; var guids=[]; @@ -242,6 +243,8 @@ editor_mode.prototype.tower = function(callback){ if (Boolean(callback))callback(); } +///////////////////////////////////////////////////////////////////////////// + editor_mode.prototype.listen = function(callback){ var newIdIdnum = document.getElementById('newIdIdnum'); diff --git a/editor.html b/editor.html index e408332d..4a8f4d6b 100644 --- a/editor.html +++ b/editor.html @@ -32,39 +32,25 @@ -
-
-

测试用标签页

-
- - - - - - - - - -
条目注释aaa
变量名字符串可能显示不全但是hover时通过span title='xxx'来显示高度以此为准
此处是利用slice实现
-
-
- - - - - - - -
条目注释
-
-
- +
+

追加素材

+

+ + + +

+
+ + + +
+
1
+
  2
+
    3
+
      4
-
+

地图选点

0,0