修复关卡
This commit is contained in:
parent
425b7b2d3c
commit
625384ed91
|
|
@ -3130,7 +3130,6 @@ export default class MapConroler extends cc.Component {
|
|||
nextLevel(num: number) {
|
||||
if (num == 1) {
|
||||
this.openIce();
|
||||
console.log("解冻:", this.shopPause);
|
||||
if (this.node.parent.parent.parent.getChildByName("Pause").active == false && !this.shopPause) {
|
||||
this.pause = false;
|
||||
}
|
||||
|
|
@ -3139,7 +3138,6 @@ export default class MapConroler extends cc.Component {
|
|||
this.pause = true;
|
||||
} else {
|
||||
this.openIce();
|
||||
console.log("解冻2:", this.shopPause);
|
||||
if (this.node.parent.parent.parent.getChildByName("Pause").active == false && !this.shopPause) {
|
||||
this.pause = false;
|
||||
}
|
||||
|
|
@ -4005,7 +4003,6 @@ export default class MapConroler extends cc.Component {
|
|||
}
|
||||
cc.fx.GameTool.shushu_Track("hammer_frenzy", data2);
|
||||
}
|
||||
|
||||
// alert(cc.fx.GameConfig.GM_INFO.winStreak);
|
||||
if (cc.fx.GameConfig.GM_INFO.winStreak < 10 || cc.fx.GameConfig.GM_INFO.otherLevel > 0) {
|
||||
if (cc.fx.GameConfig.GM_INFO.revive == 0 && this.revive) {
|
||||
|
|
|
|||
|
|
@ -386,7 +386,7 @@
|
|||
},
|
||||
"stacking": 6,
|
||||
"colorChange": true,
|
||||
"floor": 1,
|
||||
"floor": 5,
|
||||
"floorTime": 4,
|
||||
"floorMove": true,
|
||||
"id": 480
|
||||
|
|
@ -400,10 +400,9 @@
|
|||
"y": -180,
|
||||
"z": 0
|
||||
},
|
||||
"floor": 1,
|
||||
"floor": 8,
|
||||
"floorTime": 7,
|
||||
"floorMove": false,
|
||||
"lock": true,
|
||||
"floorMove": true,
|
||||
"id": 490
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user