update
This commit is contained in:
parent
325b7d7272
commit
3ab45e2b87
@ -3742,7 +3742,7 @@
|
|||||||
},
|
},
|
||||||
"_position": {
|
"_position": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 55,
|
"x": 46.6,
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
|
@ -148,6 +148,9 @@ cc.Class({
|
|||||||
|
|
||||||
close() {
|
close() {
|
||||||
this.node.destroy();
|
this.node.destroy();
|
||||||
|
cc.Notifier.off('hasChooseHero', this);
|
||||||
|
cc.Notifier.off('hasChooseGun', this);
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
onClickAdd(event, param) {
|
onClickAdd(event, param) {
|
||||||
|
@ -101,7 +101,7 @@ cc.Class({
|
|||||||
this.missionState = 1;
|
this.missionState = 1;
|
||||||
} else {
|
} else {
|
||||||
var leftTime = originData.lefttime;
|
var leftTime = originData.lefttime;
|
||||||
this.lb_time.node.active = true;
|
this.lb_time.node.parent.active = true;
|
||||||
// this.btn_label.string = 'BOOST';
|
// this.btn_label.string = 'BOOST';
|
||||||
this.boostNode.active = true
|
this.boostNode.active = true
|
||||||
this.missionState = 2;
|
this.missionState = 2;
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user