This commit is contained in:
guoqing.zhu 2022-06-05 11:53:21 +08:00
parent 325b7d7272
commit 3ab45e2b87
4 changed files with 33080 additions and 37 deletions

View File

@ -3742,7 +3742,7 @@
},
"_position": {
"__type__": "cc.Vec3",
"x": 55,
"x": 46.6,
"y": 0,
"z": 0
},

View File

@ -148,6 +148,9 @@ cc.Class({
close() {
this.node.destroy();
cc.Notifier.off('hasChooseHero', this);
cc.Notifier.off('hasChooseGun', this);
},
onClickAdd(event, param) {

View File

@ -101,7 +101,7 @@ cc.Class({
this.missionState = 1;
} else {
var leftTime = originData.lefttime;
this.lb_time.node.active = true;
this.lb_time.node.parent.active = true;
// this.btn_label.string = 'BOOST';
this.boostNode.active = true
this.missionState = 2;

File diff suppressed because one or more lines are too long