From ce0deb4877c5937f867c18016779fd87242f32ae Mon Sep 17 00:00:00 2001 From: YouWei Zhao Date: Wed, 3 Jun 2020 16:22:41 +0800 Subject: [PATCH] jump_s --- _server/MotaAction.g4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_server/MotaAction.g4 b/_server/MotaAction.g4 index 53427213..c8af090c 100644 --- a/_server/MotaAction.g4 +++ b/_server/MotaAction.g4 @@ -2052,9 +2052,9 @@ tooltip : jump: 让某个NPC/怪物跳跃 helpUrl : https://h5mota.com/games/template/_docs/#/event?id=jump%EF%BC%9A%E8%AE%A9%E6%9F%90%E4%B8%AANPC%2F%E6%80%AA%E7%89%A9%E8%B7%B3%E8%B7%83 default : ["","","","",500,true,false] selectPoint : ["PosString_2", "PosString_3"] +menu : [['选择起点位置','editor_blockly.selectPoint(block,["PosString_0", "PosString_1"])']] colour : this.mapColor -// selectPoint 跳跃暂时只考虑终点 var floorstr = ''; if (PosString_0 && PosString_1) { floorstr += ', "from": ['+PosString_0+','+PosString_1+']';