From 6e402ea175145ee942a4d9ce983d70caa3334816 Mon Sep 17 00:00:00 2001 From: oc Date: Sun, 3 Jun 2018 10:46:53 +0800 Subject: [PATCH 1/2] snow four directions --- project/functions.js | 2 ++ project/items.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/project/functions.js b/project/functions.js index f8004acd..1b91f44d 100644 --- a/project/functions.js +++ b/project/functions.js @@ -13,6 +13,8 @@ functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a = core.material.items.pickaxe.text = "可以破坏勇士四周的墙"; if (core.flags.bombFourDirections) core.material.items.bomb.text = "可以炸掉勇士四周的怪物"; + if (core.flags.snowFourDirections) + core.material.items.bomb.text = "可以将四周的熔岩变成平地"; if (core.flags.equipment) { core.material.items.sword1.cls = 'constants'; core.material.items.sword2.cls = 'constants'; diff --git a/project/items.js b/project/items.js index 94f1e866..772b13e0 100644 --- a/project/items.js +++ b/project/items.js @@ -131,7 +131,7 @@ items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a = "snow": { "cls": "constants", "name": "冰冻徽章", - "text": "可以将四周的熔岩变成平地" + "text": "可以将面前的熔岩变成平地" }, "cross": { "cls": "constants", From a7f156b73bbd161e315df9466fb6f6738862c223 Mon Sep 17 00:00:00 2001 From: YouWei Zhao Date: Tue, 5 Jun 2018 14:29:09 +0800 Subject: [PATCH 2/2] =?UTF-8?q?blockly=E4=BE=A7=E8=BE=B9=E6=A0=8F=E6=94=B9?= =?UTF-8?q?=E6=88=90=E4=B8=AD=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _server/editor_blockly.js | 8 ++++---- editor.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_server/editor_blockly.js b/_server/editor_blockly.js index c973de71..68e25106 100644 --- a/_server/editor_blockly.js +++ b/_server/editor_blockly.js @@ -11,7 +11,7 @@ editor_blockly = function () { } var toolboxObj = { - 'entry':[ + '入口方块':[ MotaActionFunctions.actionParser.parse([ "欢迎使用事件编辑器", "本事件触发一次后会消失", @@ -49,7 +49,7 @@ editor_blockly = function () { MotaActionBlocks['afterOpenDoor_m'].xmlText(), MotaActionBlocks['firstArrive_m'].xmlText(), ], - 'statement':[ + '语句块':[ '', MotaActionBlocks['text_0_s'].xmlText(), MotaActionBlocks['text_1_s'].xmlText(), @@ -119,7 +119,7 @@ editor_blockly = function () { '', MotaActionBlocks['function_s'].xmlText(), ], - 'value':[ + '值块':[ MotaActionBlocks['setValue_s'].xmlText(), MotaActionBlocks['expression_arithmetic_0'].xmlText(), MotaActionBlocks['negate_e'].xmlText(), @@ -129,7 +129,7 @@ editor_blockly = function () { MotaActionBlocks['idString_2_e'].xmlText(), MotaActionBlocks['evalString_e'].xmlText(), ], - 'template':[ + '常见事件模板':[ '', MotaActionFunctions.actionParser.parseList({"type": "if", "condition": "!core.musicStatus.bgmStatus", "true": [ diff --git a/editor.html b/editor.html index c21f70bd..8e1a718f 100644 --- a/editor.html +++ b/editor.html @@ -161,10 +161,10 @@