diff --git a/_server/editor.js b/_server/editor.js index 42523528..b151c161 100644 --- a/_server/editor.js +++ b/_server/editor.js @@ -62,6 +62,7 @@ editor.prototype.init = function (callback) { editor.mode.floor(); editor.mode.tower(); editor.mode.functions(); + editor.mode.commonevent(); editor.mode.showMode('tower'); editor_multi = editor_multi(); diff --git a/_server/editor_mode.js b/_server/editor_mode.js index 49d6367a..b4813d4f 100644 --- a/_server/editor_mode.js +++ b/_server/editor_mode.js @@ -11,6 +11,8 @@ editor_mode = function (editor) { 'map': 'left', 'appendpic': 'left1', + + 'commonevent': 'left9', } this._ids = {} this.dom = {} diff --git a/editor-mobile.html b/editor-mobile.html index 33e2c3f9..514346e4 100644 --- a/editor-mobile.html +++ b/editor-mobile.html @@ -242,6 +242,23 @@ +
+

公共事件       +

+
+
+ + + + + + + + +
条目注释
+
+
+
@@ -309,6 +326,7 @@ +
diff --git a/project/events.js b/project/events.js index 425e4497..8b4db61d 100644 --- a/project/events.js +++ b/project/events.js @@ -1,6 +1,9 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 = { "commonEvent": { + "addPoint": [ + "" + ], "test": [ "应该无法删除" ],