update
This commit is contained in:
parent
325b7d7272
commit
3ab45e2b87
@ -3742,7 +3742,7 @@
|
||||
},
|
||||
"_position": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 55,
|
||||
"x": 46.6,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
|
@ -148,6 +148,9 @@ cc.Class({
|
||||
|
||||
close() {
|
||||
this.node.destroy();
|
||||
cc.Notifier.off('hasChooseHero', this);
|
||||
cc.Notifier.off('hasChooseGun', this);
|
||||
|
||||
},
|
||||
|
||||
onClickAdd(event, param) {
|
||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user