This commit is contained in:
guoqing.zhu 2022-05-30 13:12:57 +08:00
parent d88f2ebe56
commit 4bbe3cbff2
3 changed files with 7 additions and 7 deletions

View File

@ -3959,12 +3959,12 @@
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"x": 0,
"y": 0.5
},
"_position": {
"__type__": "cc.Vec3",
"x": -160,
"x": -190,
"y": 40,
"z": 0
},
@ -4978,12 +4978,12 @@
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"x": 0,
"y": 0.5
},
"_position": {
"__type__": "cc.Vec3",
"x": -160,
"x": -190,
"y": 40,
"z": 0
},
@ -5997,12 +5997,12 @@
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"x": 0,
"y": 0.5
},
"_position": {
"__type__": "cc.Vec3",
"x": -160,
"x": -190,
"y": 40,
"z": 0
},

View File

@ -174,6 +174,7 @@ cc.Class({
onLoad() {
cc.audioEngine.stopAll();
console.log("打开uimain")
},
start() {
//test

View File

@ -348,7 +348,6 @@ cc.Class({
onclickover() {
cc.director.loadScene('MainScene');
cc.Notifier.emit("refreshBaseInfo");
},
// update (dt) {},