Commit a4819124 authored by 李维's avatar 李维

fix: test

parent 3ad86232
...@@ -15,6 +15,9 @@ ...@@ -15,6 +15,9 @@
"_children": [ "_children": [
{ {
"__id__": 2 "__id__": 2
},
{
"__id__": 7
} }
], ],
"_active": false, "_active": false,
...@@ -62,7 +65,7 @@ ...@@ -62,7 +65,7 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "middleLayer", "_name": "Canvas",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 1 "__id__": 1
...@@ -70,24 +73,232 @@ ...@@ -70,24 +73,232 @@
"_children": [ "_children": [
{ {
"__id__": 3 "__id__": 3
}, }
],
"_active": true,
"_components": [
{ {
"__id__": 5 "__id__": 5
}, },
{ {
"__id__": 17 "__id__": 6
} }
], ],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 1280,
"height": 720
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
640,
360,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "b8usA60HRHGrwKW5ebHwBd"
},
{
"__type__": "cc.Node",
"_name": "Main Camera",
"_objFlags": 0,
"_parent": {
"__id__": 2
},
"_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 22 "__id__": 4
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 1280,
"height": 720
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
0,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "5bnePyKwlA7bQnUwMTiQGc"
},
{
"__type__": "cc.Camera",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 3
},
"_enabled": true,
"_cullingMask": 4294967295,
"_clearFlags": 6,
"_backgroundColor": {
"__type__": "cc.Color",
"r": 0,
"g": 0,
"b": 0,
"a": 255
},
"_depth": 0,
"_zoomRatio": 1,
"_targetTexture": null,
"_fov": 60,
"_orthoSize": 10,
"_nearClip": 1,
"_farClip": 4096,
"_ortho": true,
"_rect": {
"__type__": "cc.Rect",
"x": 0,
"y": 0,
"width": 1,
"height": 1
},
"_renderStages": 1,
"_alignWithScreen": true,
"_id": "55rxTkiKNOpbHrLfa0A7Sl"
},
{
"__type__": "cc.Canvas",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
},
"_enabled": true,
"_designResolution": {
"__type__": "cc.Size",
"width": 1280,
"height": 720
},
"_fitWidth": false,
"_fitHeight": true,
"_id": "f08dFBNhJCro57P6uk+PYw"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
},
"_enabled": true,
"alignMode": 1,
"_target": null,
"_alignFlags": 45,
"_left": 0,
"_right": 0,
"_top": 0,
"_bottom": 0,
"_verticalCenter": 0,
"_horizontalCenter": 0,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 0,
"_originalHeight": 0,
"_id": "f9HWpJLh9F+IETl5OMPI0M"
},
{
"__type__": "cc.Node",
"_name": "middleLayer",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_children": [
{
"__id__": 8
}, },
{ {
"__id__": 23 "__id__": 10
}, },
{ {
"__id__": 24 "__id__": 22
}
],
"_active": true,
"_components": [
{
"__id__": 27
},
{
"__id__": 28
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -101,8 +312,8 @@ ...@@ -101,8 +312,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1920, "width": 1280,
"height": 1080 "height": 360
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -113,8 +324,8 @@ ...@@ -113,8 +324,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
960, 640,
540, 360,
0, 0,
0, 0,
0, 0,
...@@ -143,13 +354,13 @@ ...@@ -143,13 +354,13 @@
"_name": "Main Camera", "_name": "Main Camera",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 2 "__id__": 7
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 4 "__id__": 9
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -205,7 +416,7 @@ ...@@ -205,7 +416,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 3 "__id__": 8
}, },
"_enabled": true, "_enabled": true,
"_cullingMask": 4294967295, "_cullingMask": 4294967295,
...@@ -241,26 +452,26 @@ ...@@ -241,26 +452,26 @@
"_name": "info", "_name": "info",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 2 "__id__": 7
}, },
"_children": [ "_children": [
{ {
"__id__": 6 "__id__": 11
}, },
{ {
"__id__": 9 "__id__": 14
}, },
{ {
"__id__": 12 "__id__": 17
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 15 "__id__": 20
}, },
{ {
"__id__": 16 "__id__": 21
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -274,7 +485,7 @@ ...@@ -274,7 +485,7 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1670, "width": 1030,
"height": 110.88 "height": 110.88
}, },
"_anchorPoint": { "_anchorPoint": {
...@@ -287,7 +498,7 @@ ...@@ -287,7 +498,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
125, 125,
-484.56, -124.56,
0, 0,
0, 0,
0, 0,
...@@ -316,16 +527,16 @@ ...@@ -316,16 +527,16 @@
"_name": "domain", "_name": "domain",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 5 "__id__": 10
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 7 "__id__": 12
}, },
{ {
"__id__": 8 "__id__": 13
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -339,7 +550,7 @@ ...@@ -339,7 +550,7 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1670, "width": 1030,
"height": 30.240000000000002 "height": 30.240000000000002
}, },
"_anchorPoint": { "_anchorPoint": {
...@@ -381,7 +592,7 @@ ...@@ -381,7 +592,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 6 "__id__": 11
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -414,7 +625,7 @@ ...@@ -414,7 +625,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 6 "__id__": 11
}, },
"_enabled": true, "_enabled": true,
"alignMode": 1, "alignMode": 1,
...@@ -441,16 +652,16 @@ ...@@ -441,16 +652,16 @@
"_name": "baseUrl", "_name": "baseUrl",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 5 "__id__": 10
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 10 "__id__": 15
}, },
{ {
"__id__": 11 "__id__": 16
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -464,7 +675,7 @@ ...@@ -464,7 +675,7 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1670, "width": 1030,
"height": 30.240000000000002 "height": 30.240000000000002
}, },
"_anchorPoint": { "_anchorPoint": {
...@@ -506,7 +717,7 @@ ...@@ -506,7 +717,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 9 "__id__": 14
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -539,7 +750,7 @@ ...@@ -539,7 +750,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 9 "__id__": 14
}, },
"_enabled": true, "_enabled": true,
"alignMode": 1, "alignMode": 1,
...@@ -566,16 +777,16 @@ ...@@ -566,16 +777,16 @@
"_name": "env", "_name": "env",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 5 "__id__": 10
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 13 "__id__": 18
}, },
{ {
"__id__": 14 "__id__": 19
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -589,7 +800,7 @@ ...@@ -589,7 +800,7 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1670, "width": 1030,
"height": 50.4 "height": 50.4
}, },
"_anchorPoint": { "_anchorPoint": {
...@@ -631,7 +842,7 @@ ...@@ -631,7 +842,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 12 "__id__": 17
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -664,7 +875,7 @@ ...@@ -664,7 +875,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 12 "__id__": 17
}, },
"_enabled": true, "_enabled": true,
"alignMode": 1, "alignMode": 1,
...@@ -691,12 +902,12 @@ ...@@ -691,12 +902,12 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 5 "__id__": 10
}, },
"_enabled": true, "_enabled": true,
"_layoutSize": { "_layoutSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1670, "width": 1030,
"height": 110.88 "height": 110.88
}, },
"_resize": 1, "_resize": 1,
...@@ -723,7 +934,7 @@ ...@@ -723,7 +934,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 5 "__id__": 10
}, },
"_enabled": true, "_enabled": true,
"alignMode": 1, "alignMode": 1,
...@@ -750,19 +961,19 @@ ...@@ -750,19 +961,19 @@
"_name": "back_btn", "_name": "back_btn",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 2 "__id__": 7
}, },
"_children": [], "_children": [],
"_active": false, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 18 "__id__": 23
}, },
{ {
"__id__": 19 "__id__": 24
}, },
{ {
"__id__": 20 "__id__": 25
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -818,12 +1029,12 @@ ...@@ -818,12 +1029,12 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 17 "__id__": 22
}, },
"_enabled": true, "_enabled": true,
"alignMode": 1, "alignMode": 1,
"_target": { "_target": {
"__id__": 2 "__id__": 7
}, },
"_alignFlags": 9, "_alignFlags": 9,
"_left": 50, "_left": 50,
...@@ -847,7 +1058,7 @@ ...@@ -847,7 +1058,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 17 "__id__": 22
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -879,7 +1090,7 @@ ...@@ -879,7 +1090,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 17 "__id__": 22
}, },
"_enabled": true, "_enabled": true,
"_normalMaterial": null, "_normalMaterial": null,
...@@ -888,7 +1099,7 @@ ...@@ -888,7 +1099,7 @@
"zoomScale": 1.2, "zoomScale": 1.2,
"clickEvents": [ "clickEvents": [
{ {
"__id__": 21 "__id__": 26
} }
], ],
"_N$interactable": true, "_N$interactable": true,
...@@ -944,14 +1155,14 @@ ...@@ -944,14 +1155,14 @@
"hoverSprite": null, "hoverSprite": null,
"_N$disabledSprite": null, "_N$disabledSprite": null,
"_N$target": { "_N$target": {
"__id__": 17 "__id__": 22
}, },
"_id": "1ezWfVDD1BbZJA929wFexb" "_id": "1ezWfVDD1BbZJA929wFexb"
}, },
{ {
"__type__": "cc.ClickEvent", "__type__": "cc.ClickEvent",
"target": { "target": {
"__id__": 2 "__id__": 7
}, },
"component": "", "component": "",
"_componentId": "c7a12GnkqlEDqfp1PUUHj9F", "_componentId": "c7a12GnkqlEDqfp1PUUHj9F",
...@@ -963,7 +1174,7 @@ ...@@ -963,7 +1174,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 2 "__id__": 7
}, },
"_enabled": true, "_enabled": true,
"_id": "38jidJ7+dL1KggjjcGB+Kr" "_id": "38jidJ7+dL1KggjjcGB+Kr"
...@@ -973,7 +1184,7 @@ ...@@ -973,7 +1184,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 2 "__id__": 7
}, },
"_enabled": true, "_enabled": true,
"alignMode": 1, "alignMode": 1,
...@@ -981,8 +1192,8 @@ ...@@ -981,8 +1192,8 @@
"_alignFlags": 45, "_alignFlags": 45,
"_left": 0, "_left": 0,
"_right": 0, "_right": 0,
"_top": 0, "_top": 180,
"_bottom": 0, "_bottom": 180,
"_verticalCenter": 0, "_verticalCenter": 0,
"_horizontalCenter": 0, "_horizontalCenter": 0,
"_isAbsLeft": true, "_isAbsLeft": true,
...@@ -994,22 +1205,5 @@ ...@@ -994,22 +1205,5 @@
"_originalWidth": 1920, "_originalWidth": 1920,
"_originalHeight": 1080, "_originalHeight": 1080,
"_id": "30pThcelpEbKy5ekP4hC69" "_id": "30pThcelpEbKy5ekP4hC69"
},
{
"__type__": "cc.Canvas",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
},
"_enabled": true,
"_designResolution": {
"__type__": "cc.Size",
"width": 1920,
"height": 1080
},
"_fitWidth": true,
"_fitHeight": true,
"_id": "1e+NhJnS1Cybste/DrgXmI"
} }
] ]
\ No newline at end of file
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