From ba7bbbc7bec041acdc2a5b2b3a4b5306e0aaafb8 Mon Sep 17 00:00:00 2001 From: YouWei Zhao Date: Sun, 31 Dec 2017 12:15:19 +0800 Subject: [PATCH] editor: import main.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 目前状态是都能工作,需要重写editor的方法 --- drawMapGUI.html | 160 +++++++++++++++++++++++++++++++++------ libs/core.js | 14 ++-- main.js | 2 +- test_main_init_mode.html | 150 ++++++++++++++++++++++++++++++++++++ 4 files changed, 294 insertions(+), 32 deletions(-) create mode 100644 test_main_init_mode.html diff --git a/drawMapGUI.html b/drawMapGUI.html index 5505e776..0f0c0ba7 100644 --- a/drawMapGUI.html +++ b/drawMapGUI.html @@ -328,8 +328,8 @@
- - + +
@@ -362,13 +362,111 @@
+ + + + + + + \ No newline at end of file