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