Commit b192f07e authored by Chen Jiping's avatar Chen Jiping

fix:修改相对位置问题

parent aef97bc1
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
"array": [ "array": [
0, 0,
0, 0,
342.21842439708195, 341.8527186837586,
0, 0,
0, 0,
0, 0,
...@@ -896,14 +896,14 @@ ...@@ -896,14 +896,14 @@
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
"x": 0.5, "x": 0.5,
"y": 0.5 "y": 0
}, },
"_trs": { "_trs": {
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 0,
309, 258,
0, 0,
0, 0,
0, 0,
...@@ -968,11 +968,13 @@ ...@@ -968,11 +968,13 @@
}, },
"_enabled": true, "_enabled": true,
"alignMode": 1, "alignMode": 1,
"_target": null, "_target": {
"__id__": 2
},
"_alignFlags": 1, "_alignFlags": 1,
"_left": 0, "_left": 0,
"_right": 0, "_right": 0,
"_top": -360, "_top": 0,
"_bottom": 0, "_bottom": 0,
"_verticalCenter": 0, "_verticalCenter": 0,
"_horizontalCenter": 0, "_horizontalCenter": 0,
......
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