Merge pull request #219 from ckcz123/v2.0

V2.0
This commit is contained in:
Zhang Chen 2018-09-20 08:14:01 +08:00 committed by GitHub
commit c57fff63a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 42 additions and 42 deletions

View File

@ -1790,7 +1790,7 @@ ActionParser.prototype.parseAction = function() {
case "changeFloor": // 楼层转换 case "changeFloor": // 楼层转换
data.loc=data.loc||['',''] data.loc=data.loc||['','']
this.next = MotaActionBlocks['changeFloor_s'].xmlText([ this.next = MotaActionBlocks['changeFloor_s'].xmlText([
data.floorId,data.loc[0],data.loc[1],data.direction,this.time||0,this.next]); data.floorId,data.loc[0],data.loc[1],data.direction,data.time||0,this.next]);
break; break;
case "changePos": // 直接更换勇士位置, 不切换楼层 case "changePos": // 直接更换勇士位置, 不切换楼层
if(this.isset(data.loc)){ if(this.isset(data.loc)){