Commit b57ce8f1 authored by huoshizhe's avatar huoshizhe

fix: 左上角按钮位置

parent 82ac6e5e
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
"array": [ "array": [
0, 0,
0, 0,
362.85545494732423, 362.85545,
0, 0,
0, 0,
0, 0,
...@@ -244,7 +244,7 @@ ...@@ -244,7 +244,7 @@
"height": 720 "height": 720
}, },
"_fitWidth": false, "_fitWidth": false,
"_fitHeight": false, "_fitHeight": true,
"_id": "59Cd0ovbdF4byw5sbjJDx7" "_id": "59Cd0ovbdF4byw5sbjJDx7"
}, },
{ {
...@@ -255,7 +255,7 @@ ...@@ -255,7 +255,7 @@
"__id__": 2 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"alignMode": 1, "alignMode": 2,
"_target": null, "_target": null,
"_alignFlags": 45, "_alignFlags": 45,
"_left": 0, "_left": 0,
...@@ -302,15 +302,18 @@ ...@@ -302,15 +302,18 @@
}, },
{ {
"__id__": 25 "__id__": 25
},
{
"__id__": 26
} }
], ],
"_prefab": null, "_prefab": null,
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
"__type__": "cc.Color", "__type__": "cc.Color",
"r": 255, "r": 234,
"g": 255, "g": 150,
"b": 255, "b": 150,
"a": 255 "a": 255
}, },
"_contentSize": { "_contentSize": {
...@@ -726,7 +729,7 @@ ...@@ -726,7 +729,7 @@
"__id__": 12 "__id__": 12
}, },
"_enabled": true, "_enabled": true,
"alignMode": 1, "alignMode": 2,
"_target": null, "_target": null,
"_alignFlags": 10, "_alignFlags": 10,
"_left": 0, "_left": 0,
...@@ -992,7 +995,7 @@ ...@@ -992,7 +995,7 @@
"__id__": 17 "__id__": 17
}, },
"_enabled": true, "_enabled": true,
"alignMode": 1, "alignMode": 2,
"_target": null, "_target": null,
"_alignFlags": 34, "_alignFlags": 34,
"_left": 1197.9679999999998, "_left": 1197.9679999999998,
...@@ -1209,5 +1212,37 @@ ...@@ -1209,5 +1212,37 @@
}, },
"_enabled": true, "_enabled": true,
"_id": "d5UR+u4MlJ/Z9fDjdIlG4d" "_id": "d5UR+u4MlJ/Z9fDjdIlG4d"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 7
},
"_enabled": false,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
},
"_type": 0,
"_sizeMode": 0,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "77Taml+DhKYLCnxnSi08Bm"
} }
] ]
\ No newline at end of file
...@@ -72,7 +72,6 @@ cc.Class({ ...@@ -72,7 +72,6 @@ cc.Class({
this.getBundleInfoList(); this.getBundleInfoList();
}, },
asyncDelayLog(str) { asyncDelayLog(str) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment