updaye
This commit is contained in:
parent
d88f2ebe56
commit
4bbe3cbff2
@ -3959,12 +3959,12 @@
|
|||||||
},
|
},
|
||||||
"_anchorPoint": {
|
"_anchorPoint": {
|
||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
},
|
},
|
||||||
"_position": {
|
"_position": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": -160,
|
"x": -190,
|
||||||
"y": 40,
|
"y": 40,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
@ -4978,12 +4978,12 @@
|
|||||||
},
|
},
|
||||||
"_anchorPoint": {
|
"_anchorPoint": {
|
||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
},
|
},
|
||||||
"_position": {
|
"_position": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": -160,
|
"x": -190,
|
||||||
"y": 40,
|
"y": 40,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
@ -5997,12 +5997,12 @@
|
|||||||
},
|
},
|
||||||
"_anchorPoint": {
|
"_anchorPoint": {
|
||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
},
|
},
|
||||||
"_position": {
|
"_position": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": -160,
|
"x": -190,
|
||||||
"y": 40,
|
"y": 40,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
|
@ -174,6 +174,7 @@ cc.Class({
|
|||||||
|
|
||||||
onLoad() {
|
onLoad() {
|
||||||
cc.audioEngine.stopAll();
|
cc.audioEngine.stopAll();
|
||||||
|
console.log("打开uimain")
|
||||||
},
|
},
|
||||||
start() {
|
start() {
|
||||||
//test
|
//test
|
||||||
|
@ -348,7 +348,6 @@ cc.Class({
|
|||||||
|
|
||||||
onclickover() {
|
onclickover() {
|
||||||
cc.director.loadScene('MainScene');
|
cc.director.loadScene('MainScene');
|
||||||
cc.Notifier.emit("refreshBaseInfo");
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// update (dt) {},
|
// update (dt) {},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user