jump_s
This commit is contained in:
parent
f8dd9159fe
commit
ce0deb4877
@ -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
|
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]
|
default : ["","","","",500,true,false]
|
||||||
selectPoint : ["PosString_2", "PosString_3"]
|
selectPoint : ["PosString_2", "PosString_3"]
|
||||||
|
menu : [['选择起点位置','editor_blockly.selectPoint(block,["PosString_0", "PosString_1"])']]
|
||||||
colour : this.mapColor
|
colour : this.mapColor
|
||||||
|
|
||||||
// selectPoint 跳跃暂时只考虑终点
|
|
||||||
var floorstr = '';
|
var floorstr = '';
|
||||||
if (PosString_0 && PosString_1) {
|
if (PosString_0 && PosString_1) {
|
||||||
floorstr += ', "from": ['+PosString_0+','+PosString_1+']';
|
floorstr += ', "from": ['+PosString_0+','+PosString_1+']';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user