Commit ce71c5d9 authored by limingzhe's avatar limingzhe

feat: 修改尺寸

parent 188cbda2
No preview for this file type
This diff is collapsed.
{ {
"ver": "1.1.2", "ver": "1.1.2",
"uuid": "c35bb2f6-f24a-4850-ae44-643f2fdc7541", "uuid": "c35bb2f6-f24a-4850-ae44-643f2fdc7541",
"isBundle": false, "isBundle": true,
"bundleName": "", "bundleName": "",
"priority": 1, "priority": 1,
"compressionType": {}, "compressionType": {},
"optimizeHotUpdate": {}, "optimizeHotUpdate": {},
"inlineSpriteFrames": {}, "inlineSpriteFrames": {},
"isRemoteBundle": {}, "isRemoteBundle": {
"ios": true,
"android": true
},
"subMetas": {} "subMetas": {}
} }
\ No newline at end of file
This diff is collapsed.
...@@ -134,10 +134,13 @@ cc.Class({ ...@@ -134,10 +134,13 @@ cc.Class({
...this._animaResList ...this._animaResList
]; ];
cc.assetManager.loadAny(preloadArr, null, null, (err, data) => { cc.assetManager.loadAny(preloadArr, null, null, (err, data) => {
// this.loadEnd();
if (window && window["air"]) { if (window && window["air"]) {
cc.find('Canvas').opacity = 0; // cc.find('Canvas').opacity = 0;
window.air.onCourseInScreen = (next) => { window.air.onCourseInScreen = (next) => {
cc.find('Canvas').opacity = 255; // cc.find('Canvas').opacity = 255;
this.loadEnd(); this.loadEnd();
next(); next();
} }
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 2176, "width": 1088,
"height": 1600, "height": 800,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"bg_bg": { "bg_bg": {
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 0,
"trimY": 0, "trimY": 0,
"width": 2176, "width": 1088,
"height": 1600, "height": 800,
"rawWidth": 2176, "rawWidth": 1088,
"rawHeight": 1600, "rawHeight": 800,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 2416, "width": 1208,
"height": 644, "height": 322,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"bg_book": { "bg_book": {
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 0,
"trimY": 0, "trimY": 0,
"width": 2416, "width": 1208,
"height": 644, "height": 322,
"rawWidth": 2416, "rawWidth": 1208,
"rawHeight": 644, "rawHeight": 322,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 2176, "width": 1088,
"height": 671, "height": 336,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"bg_desk": { "bg_desk": {
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 0,
"trimY": 0, "trimY": 0,
"width": 2176, "width": 1088,
"height": 671, "height": 336,
"rawWidth": 2176, "rawWidth": 1088,
"rawHeight": 671, "rawHeight": 336,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 1426, "width": 713,
"height": 89, "height": 45,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"bg_progressbar": { "bg_progressbar": {
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 0,
"trimY": 0, "trimY": 0,
"width": 1426, "width": 713,
"height": 89, "height": 45,
"rawWidth": 1426, "rawWidth": 713,
"rawHeight": 89, "rawHeight": 45,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 1426, "width": 713,
"height": 89, "height": 45,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"bg_progressbar2": { "bg_progressbar2": {
...@@ -19,13 +19,13 @@ ...@@ -19,13 +19,13 @@
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 8.5, "offsetY": 4,
"trimX": 21, "trimX": 10,
"trimY": 10, "trimY": 5,
"width": 1384, "width": 693,
"height": 52, "height": 27,
"rawWidth": 1426, "rawWidth": 713,
"rawHeight": 89, "rawHeight": 45,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 42, "borderLeft": 42,
......
{
"ver": "2.3.5",
"uuid": "4f675614-d9ff-4c7c-ba23-f809b9a4be02",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 2176,
"height": 1600,
"platformSettings": {},
"subMetas": {
"view1": {
"ver": "1.0.4",
"uuid": "91685340-aa82-4b1a-9e32-b078eca362f6",
"rawTextureUuid": "4f675614-d9ff-4c7c-ba23-f809b9a4be02",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 2176,
"height": 1600,
"rawWidth": 2176,
"rawHeight": 1600,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
"packages": "packages", "packages": "packages",
"name": "play", "name": "play",
"id": "9af72fd2-44a6-4131-8ea3-3e1b3fa22231", "id": "9af72fd2-44a6-4131-8ea3-3e1b3fa22231",
"version": "2.4.5", "version": "2.4.4",
"isNew": false "isNew": false
} }
\ No newline at end of file
No preview for this file type
{"ios":{"sceneName":"OP05","version":"e5b0a"},"android":{"sceneName":"OP05","version":"e5b0a"}}
\ No newline at end of file
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
[1,["abVPWaiRFEIo65FNfroGs9"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"bg_lowerright","rect":[0,0,89,42],"offset":[0,0],"originalSize":[89,42],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
{"type":"cc.Texture2D","data":"0,9729,9729,33071,33071,1,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,1,0,1|0,9729,9729,33071,33071,1,0,1|0,9729,9729,33071,33071,1,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,1,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,1,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,1,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,1,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,1,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,1,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,1,0,1|0,9729,9729,33071,33071,1,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,1,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,1,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,1,0,1|0,9729,9729,33071,33071,1,0,1"}
\ No newline at end of file
[1,0,0,[["dragonBones.DragonBonesAsset",["_name","_dragonBonesJson"],1]],[[0,0,1,3]],[[0,"apple_ske","{\"name\":\"apple\",\"version\":\"5.5\",\"armature\":[{\"name\":\"Armature\",\"slot\":[{\"name\":\"grass\",\"color\":{},\"parent\":\"root\"},{\"name\":\"trunk\",\"color\":{},\"z\":1,\"parent\":\"trunk1\"},{\"name\":\"leaf\",\"color\":{},\"z\":2,\"parent\":\"leaf\"},{\"name\":\"apple\",\"color\":{},\"z\":3,\"parent\":\"apple\"},{\"name\":\"apple_拷贝_3\",\"color\":{},\"z\":4,\"parent\":\"apple_拷贝_3\"},{\"name\":\"apple_拷贝_4\",\"color\":{},\"z\":5,\"parent\":\"apple_拷贝_4\"},{\"name\":\"apple-right\",\"color\":{},\"z\":6,\"parent\":\"apple-right\"}],\"bone\":[{\"name\":\"root\",\"transform\":{}},{\"name\":\"trunk\",\"transform\":{\"x\":-380.15,\"skY\":-89.212,\"y\":279.55,\"skX\":-89.212},\"length\":123,\"parent\":\"root\"},{\"name\":\"trunk1\",\"transform\":{\"x\":234.9542,\"skY\":-9.0231,\"y\":-11.841,\"skX\":-9.0231},\"length\":208,\"parent\":\"trunk\"},{\"name\":\"apple_拷贝_3\",\"transform\":{\"x\":354.4537,\"skY\":6.7757,\"y\":-157.0405,\"skX\":6.7757},\"parent\":\"trunk1\"},{\"name\":\"apple-right\",\"transform\":{\"x\":304.8128,\"skY\":8.2351,\"y\":71.4344,\"skX\":8.2351},\"length\":144,\"parent\":\"trunk1\"},{\"name\":\"leaf\",\"transform\":{\"x\":277.4203,\"skY\":6.7757,\"y\":-17.4854,\"skX\":6.7757},\"length\":233,\"parent\":\"trunk1\"},{\"name\":\"apple_拷贝_4\",\"transform\":{\"x\":551.5805,\"skY\":6.7757,\"y\":-168.1698,\"skX\":6.7757},\"parent\":\"trunk1\"},{\"name\":\"apple\",\"transform\":{\"x\":460.6752,\"skY\":6.7757,\"y\":120.991,\"skX\":6.7757},\"parent\":\"trunk1\"}],\"frameRate\":24,\"aabb\":{\"x\":-841.0000000000007,\"height\":1000.0000000000008,\"y\":-625.0000000000008,\"width\":773},\"canvas\":{\"x\":0,\"height\":1600,\"y\":0,\"width\":2176},\"animation\":[{\"name\":\"apple\",\"frame\":[],\"bone\":[{\"name\":\"root\",\"rotateFrame\":[],\"translateFrame\":[],\"scaleFrame\":[]},{\"name\":\"apple-right\",\"rotateFrame\":[{\"duration\":16},{\"duration\":8,\"rotate\":-21.4686,\"tweenEasing\":0},{\"duration\":8,\"rotate\":2.135,\"curve\":[0.5,0,1,1]},{\"duration\":10,\"rotate\":27.0497,\"tweenEasing\":0},{\"duration\":8,\"rotate\":-2.1746}],\"translateFrame\":[{\"tweenEasing\":0,\"x\":-2.7035,\"y\":44.3605,\"duration\":14},{\"tweenEasing\":0,\"x\":-2.7035,\"y\":44.3605,\"duration\":2},{\"tweenEasing\":0,\"x\":-2.7035,\"y\":44.3605,\"duration\":8},{\"curve\":[0.6506550218340612,0.0036290322580645167,1,1],\"x\":-24.1274,\"y\":62.0149,\"duration\":8},{\"tweenEasing\":0,\"x\":-431.6818,\"y\":131.9618,\"duration\":10},{\"x\":-201.1672,\"y\":703.3942,\"duration\":8}],\"scaleFrame\":[{\"tweenEasing\":0,\"x\":0.28,\"y\":0.28,\"duration\":14},{\"tweenEasing\":0,\"x\":0.28,\"y\":0.28,\"duration\":18},{\"tweenEasing\":0,\"x\":0.28,\"y\":0.28,\"duration\":10},{\"tweenEasing\":0,\"duration\":4},{\"tweenEasing\":0,\"x\":0.89,\"duration\":4},{\"duration\":0}]},{\"name\":\"trunk\",\"rotateFrame\":[{\"duration\":8,\"curve\":[0,0,0.5,1]},{\"duration\":8,\"rotate\":-3.6523,\"curve\":[0.5,0,1,1]},{\"duration\":6,\"rotate\":4.9399,\"curve\":[0,0,0.5,1]},{\"duration\":6,\"rotate\":0.2875,\"tweenEasing\":0},{\"duration\":4,\"rotate\":4.9399,\"curve\":[0,0,0.5,1]},{\"duration\":4,\"rotate\":-4.1735,\"tweenEasing\":0},{\"duration\":4,\"rotate\":-1.4239,\"tweenEasing\":0},{\"duration\":10,\"rotate\":-1.5202}],\"translateFrame\":[],\"scaleFrame\":[]},{\"name\":\"trunk1\",\"rotateFrame\":[{\"duration\":8,\"tweenEasing\":0},{\"duration\":8,\"rotate\":-4.2973,\"tweenEasing\":0},{\"duration\":6,\"rotate\":13.4533,\"curve\":[0,0,0.5,1]},{\"duration\":6,\"rotate\":7.8667,\"tweenEasing\":0},{\"duration\":4,\"rotate\":13.4533,\"curve\":[0,0,0.5,1]},{\"duration\":4,\"rotate\":5.1101,\"tweenEasing\":0},{\"duration\":4,\"rotate\":7.8651,\"tweenEasing\":0},{\"duration\":10,\"rotate\":4.021}],\"translateFrame\":[],\"scaleFrame\":[]},{\"name\":\"leaf\",\"rotateFrame\":[],\"translateFrame\":[],\"scaleFrame\":[{\"tweenEasing\":0,\"duration\":8},{\"tweenEasing\":0,\"x\":1.1,\"duration\":6},{\"duration\":36}]},{\"name\":\"apple\",\"rotateFrame\":[{\"duration\":8,\"curve\":[0,0,0.5,1]},{\"duration\":6,\"rotate\":16.4327,\"tweenEasing\":0},{\"duration\":2,\"tweenEasing\":0},{\"duration\":6,\"rotate\":11.8408,\"tweenEasing\":0},{\"duration\":6,\"tweenEasing\":0},{\"duration\":22,\"rotate\":11.8408}],\"translateFrame\":[],\"scaleFrame\":[]},{\"name\":\"apple_拷贝_4\",\"rotateFrame\":[{\"duration\":8,\"curve\":[0,0,0.5,1]},{\"duration\":6,\"rotate\":14.1412,\"tweenEasing\":0},{\"duration\":2,\"curve\":[0,0,0.5,1]},{\"duration\":6,\"rotate\":6.0539,\"tweenEasing\":0},{\"duration\":6,\"curve\":[0,0,0.5,1]},{\"duration\":22,\"rotate\":6.0539}],\"translateFrame\":[],\"scaleFrame\":[]},{\"name\":\"apple_拷贝_3\",\"rotateFrame\":[{\"duration\":8,\"curve\":[0,0,0.5,1]},{\"duration\":6,\"rotate\":11.295,\"tweenEasing\":0},{\"duration\":2,\"curve\":[0,0,0.5,1]},{\"duration\":6,\"rotate\":10.3318,\"tweenEasing\":0},{\"duration\":6,\"curve\":[0,0,0.5,1]},{\"duration\":22,\"rotate\":10.3318}],\"translateFrame\":[],\"scaleFrame\":[]}],\"playTimes\":0,\"ffd\":[],\"slot\":[{\"name\":\"grass\",\"displayFrame\":[],\"colorFrame\":[]},{\"name\":\"trunk\",\"displayFrame\":[],\"colorFrame\":[]},{\"name\":\"leaf\",\"displayFrame\":[],\"colorFrame\":[]},{\"name\":\"apple\",\"displayFrame\":[],\"colorFrame\":[]},{\"name\":\"apple_拷贝_3\",\"displayFrame\":[],\"colorFrame\":[]},{\"name\":\"apple_拷贝_4\",\"displayFrame\":[],\"colorFrame\":[]},{\"name\":\"apple-right\",\"displayFrame\":[],\"colorFrame\":[]}],\"ik\":[],\"duration\":50}],\"skin\":[{\"name\":\"\",\"slot\":[{\"name\":\"apple-right\",\"display\":[{\"name\":\"apple/apple-right\",\"transform\":{\"x\":36.95,\"skY\":90,\"y\":-4.9,\"skX\":90},\"type\":\"image\",\"path\":\"apple/apple-right\"}]},{\"name\":\"trunk\",\"display\":[{\"bonePose\":[1,0.013752744539744436,-0.9999054265367423,0.9999054265367423,0.013752744539744436,-380.15,279.55,2,-0.14323494834957837,-0.9896887134707022,0.9896887134707022,-0.14323494834957837,-388.7586206896555,44.455172413793015],\"userEdges\":[],\"slotPose\":[1,-6.661338147750939e-16,6.661338147750939e-16,1,-397.5000000000001,72.99999999999994],\"weights\":[1,2,1,2,1,0.28383161233905957,2,0.7161683876609405,2,1,0.6224004474861904,2,0.37759955251380967,2,1,0.9009136778129336,2,0.09908632218706628,1,1,1,1,1,1,2,1,0.83576885015101,2,0.16423114984899007,2,1,0.5333009755569753,2,0.46669902444302475,2,1,0.17971475711662627,2,0.8202852428833737,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,2,1,0.004049944466725675,2,0.9959500555332743,1,2,1,1,2,1],\"transform\":{\"x\":-26.9984,\"skY\":98.2351,\"y\":-12.7399,\"skX\":98.2351},\"type\":\"mesh\",\"width\":207,\"name\":\"apple/trunk\",\"uvs\":[1,0.18929,0.95435,0.43739,0.87923,0.66197,0.84589,0.88834,0.80845,1.00011,0.3587,1.00011,0.32126,0.80305,0.28382,0.64023,0.20048,0.4229,0.08792,0.23992,-0.00024,0.09506,-0.00024,0,0.27971,0,0.46691,0.1458,0.55459,0.34317,0.74179,0,1,0],\"height\":476,\"vertices\":[103.5,-147.9,94.05,-29.8,78.5,77.1,71.6,184.85,63.85,238.05,-29.25,238.05,-37,144.25,-44.75,66.75,-62,-36.7,-85.3,-123.8,-103.55,-192.75,-103.55,-238,-45.6,-238,-6.85,-168.6,11.3,-74.65,50.05,-238,103.5,-238],\"path\":\"apple/trunk\",\"triangles\":[7,2,1,14,7,1,14,1,0,15,0,16,6,3,2,8,7,14,7,6,2,5,4,3,6,5,3,13,9,14,9,8,14,12,10,13,10,9,13,11,10,12,0,14,15],\"edges\":[0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,0]}]},{\"name\":\"grass\",\"display\":[{\"name\":\"apple/grass\",\"transform\":{\"x\":-417.5,\"y\":286},\"type\":\"image\",\"path\":\"apple/grass\"}]},{\"name\":\"leaf\",\"display\":[{\"name\":\"apple/leaf\",\"transform\":{\"x\":143.0752,\"skY\":91.4594,\"y\":-5.0578,\"skX\":91.4594},\"type\":\"image\",\"path\":\"apple/leaf\"}]},{\"name\":\"apple\",\"display\":[{\"name\":\"apple/apple\",\"transform\":{\"x\":10.7857,\"skY\":91.4594,\"y\":-3.2264,\"skX\":91.4594},\"type\":\"image\",\"path\":\"apple/apple\"}]},{\"name\":\"apple_拷贝_3\",\"display\":[{\"name\":\"apple/apple_拷贝_3\",\"transform\":{\"x\":17.5564,\"skY\":91.4594,\"y\":3.8984,\"skX\":91.4594},\"type\":\"image\",\"path\":\"apple/apple_拷贝_3\"}]},{\"name\":\"apple_拷贝_4\",\"display\":[{\"name\":\"apple/apple_拷贝_4\",\"transform\":{\"x\":11.154,\"skY\":91.4594,\"y\":-0.0159,\"skX\":91.4594},\"type\":\"image\",\"path\":\"apple/apple_拷贝_4\"}]}]}],\"defaultActions\":[{\"gotoAndPlay\":\"apple\"}],\"ik\":[],\"type\":\"Armature\"}],\"frameRate\":24,\"isGlobal\":0}"]],0,0,[],[],[]]
\ No newline at end of file
[1,["b2G57v5WpMK6EZ6xjiqJ67"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"bg_recordmove","rect":[0,0,291,234],"offset":[0,0],"originalSize":[291,234],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,0,0,[["dragonBones.DragonBonesAsset",["_name","_dragonBonesJson"],1]],[[0,0,1,3]],[[0,"alligator_ske","{\"name\":\"alligator\",\"version\":\"5.5\",\"armature\":[{\"name\":\"Armature\",\"slot\":[{\"name\":\"alligator\",\"color\":{},\"parent\":\"alligator\"},{\"name\":\"egg1\",\"color\":{},\"z\":1,\"parent\":\"egg1\"}],\"bone\":[{\"name\":\"root\",\"transform\":{}},{\"name\":\"egg1\",\"transform\":{\"x\":-419.25,\"skY\":-90,\"y\":220.45,\"skX\":-90},\"length\":275,\"parent\":\"root\"},{\"name\":\"alligator\",\"transform\":{\"x\":432.45,\"skY\":-89.372,\"y\":-96.5,\"skX\":-89.372},\"length\":159,\"parent\":\"root\"},{\"name\":\"bone\",\"transform\":{\"x\":806.2358,\"skY\":115.6133,\"y\":-475.5656,\"skX\":115.6133},\"length\":3,\"parent\":\"alligator\"}],\"frameRate\":24,\"aabb\":{\"x\":-731,\"height\":755,\"y\":-428,\"width\":1559},\"canvas\":{\"x\":0,\"height\":1600,\"y\":0,\"width\":2176},\"animation\":[{\"name\":\"newAnimation\",\"frame\":[],\"bone\":[{\"name\":\"root\",\"rotateFrame\":[],\"translateFrame\":[],\"scaleFrame\":[]},{\"name\":\"egg1\",\"rotateFrame\":[{\"duration\":5,\"tweenEasing\":0},{\"duration\":5,\"rotate\":-5.9102,\"tweenEasing\":0},{\"duration\":5,\"tweenEasing\":0},{\"duration\":5,\"rotate\":3.9844,\"tweenEasing\":0},{\"duration\":5,\"tweenEasing\":0},{\"duration\":5,\"rotate\":3.9844,\"tweenEasing\":0},{\"duration\":10}],\"translateFrame\":[],\"scaleFrame\":[{\"tweenEasing\":0,\"duration\":5},{\"tweenEasing\":0,\"x\":0.97,\"duration\":5},{\"tweenEasing\":0,\"duration\":5},{\"tweenEasing\":0,\"x\":0.97,\"duration\":5},{\"tweenEasing\":0,\"duration\":5},{\"tweenEasing\":0,\"x\":0.97,\"duration\":5},{\"duration\":10}]},{\"name\":\"alligator\",\"rotateFrame\":[],\"translateFrame\":[{\"tweenEasing\":0,\"x\":-784.8246,\"y\":-11.4035,\"duration\":26},{\"tweenEasing\":0,\"x\":-784.8246,\"y\":-11.4035,\"duration\":14},{\"x\":18.6842,\"y\":-12.2807,\"duration\":0}],\"scaleFrame\":[{\"tweenEasing\":0,\"x\":0.3,\"y\":0.3,\"duration\":26},{\"tweenEasing\":0,\"x\":0.3,\"y\":0.3,\"duration\":14},{\"duration\":0}]},{\"name\":\"bone\",\"rotateFrame\":[],\"translateFrame\":[],\"scaleFrame\":[]}],\"playTimes\":0,\"ffd\":[],\"slot\":[{\"name\":\"egg1\",\"displayFrame\":[{\"duration\":5},{\"duration\":5,\"value\":1},{\"duration\":5,\"value\":2},{\"duration\":5,\"value\":3},{\"duration\":5,\"value\":4},{\"duration\":5,\"value\":6},{\"duration\":10,\"value\":5}],\"colorFrame\":[]},{\"name\":\"alligator\",\"displayFrame\":[],\"colorFrame\":[]}],\"ik\":[],\"duration\":40}],\"skin\":[{\"name\":\"\",\"slot\":[{\"name\":\"alligator\",\"display\":[{\"name\":\"alligator/alligator\",\"transform\":{\"x\":-19.0738,\"skY\":89.372,\"y\":-52.2441,\"skX\":89.372},\"type\":\"image\",\"path\":\"alligator/alligator\"}]},{\"name\":\"egg1\",\"display\":[{\"name\":\"alligator/egg1\",\"transform\":{\"x\":270.95,\"skY\":90,\"y\":-14.75,\"skX\":90},\"type\":\"image\",\"path\":\"alligator/egg1\"},{\"name\":\"alligator/egg2\",\"transform\":{\"x\":270.95,\"skY\":90,\"y\":-14.75,\"skX\":90},\"type\":\"image\",\"path\":\"alligator/egg2\"},{\"name\":\"alligator/egg3\",\"transform\":{\"x\":270.95,\"skY\":90,\"y\":-14.75,\"skX\":90},\"type\":\"image\",\"path\":\"alligator/egg3\"},{\"name\":\"alligator/egg4\",\"transform\":{\"x\":270.95,\"skY\":90,\"y\":-14.75,\"skX\":90},\"type\":\"image\",\"path\":\"alligator/egg4\"},{\"name\":\"alligator/egg5\",\"transform\":{\"x\":270.95,\"skY\":90,\"y\":-14.75,\"skX\":90},\"type\":\"image\",\"path\":\"alligator/egg5\"},{\"name\":\"alligator/egg6\",\"transform\":{\"x\":270.95,\"skY\":90,\"y\":-14.75,\"skX\":90},\"type\":\"image\",\"path\":\"alligator/egg6\"},{\"name\":\"alligator/egg6_0\",\"transform\":{\"x\":270.95,\"skY\":90,\"y\":-14.75,\"skX\":90},\"type\":\"image\",\"path\":\"alligator/egg6_0\"}]}]}],\"defaultActions\":[{\"gotoAndPlay\":\"newAnimation\"}],\"ik\":[],\"type\":\"Armature\"}],\"frameRate\":24,\"isGlobal\":0}"]],0,0,[],[],[]]
\ No newline at end of file
[1,["61yphd/mNJJ6RUJQOM5Xq3"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"apple_tex","rect":[1,1,982,1226],"offset":[-20,410],"originalSize":[1024,2048],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,["88UHktv1VBf5X4GSVu2noB"],["_texture"],[["dragonBones.DragonBonesAtlasAsset",["_name","_atlasJson"],1]],[[0,0,1,3]],[[0,"mao_tex","{\"name\":\"mao\",\"imagePath\":\"mao_tex.png\",\"SubTexture\":[{\"name\":\"猫01/影子\",\"x\":1,\"height\":66,\"y\":343,\"width\":337},{\"name\":\"猫01/尾巴\",\"x\":1,\"height\":109,\"y\":188,\"width\":175},{\"name\":\"猫01/右腿\",\"x\":178,\"height\":117,\"y\":188,\"width\":104},{\"name\":\"猫01/左腿\",\"x\":1,\"height\":115,\"y\":569,\"width\":64},{\"name\":\"猫01/右手\",\"x\":427,\"height\":122,\"y\":590,\"width\":69},{\"name\":\"猫01/左手\",\"x\":301,\"height\":74,\"y\":590,\"width\":124},{\"name\":\"猫01伸/左手伸直\",\"x\":299,\"height\":169,\"y\":1,\"width\":168},{\"name\":\"猫01伸/右手伸直\",\"x\":299,\"height\":169,\"y\":172,\"width\":168},{\"name\":\"猫01/身体\",\"x\":340,\"height\":180,\"y\":343,\"width\":122},{\"name\":\"猫01/领带\",\"x\":1,\"height\":156,\"y\":411,\"width\":120},{\"name\":\"猫01/右耳\",\"x\":155,\"height\":76,\"y\":602,\"width\":90},{\"name\":\"猫01/左耳\",\"x\":67,\"height\":85,\"y\":602,\"width\":86},{\"name\":\"猫01/组_1\",\"x\":1,\"height\":185,\"y\":1,\"width\":296},{\"name\":\"猫01/右眼\",\"x\":1,\"height\":60,\"y\":686,\"width\":59},{\"name\":\"猫01/右眉毛\",\"x\":67,\"height\":5,\"y\":595,\"width\":33},{\"name\":\"猫01/左眼\",\"x\":247,\"height\":60,\"y\":666,\"width\":59},{\"name\":\"猫01/左眉毛\",\"x\":247,\"height\":12,\"y\":602,\"width\":31},{\"name\":\"猫01/眼镜\",\"x\":301,\"height\":63,\"y\":525,\"width\":170},{\"name\":\"猫01/胡子\",\"x\":123,\"height\":85,\"y\":515,\"width\":176},{\"name\":\"猫01/鼻子\",\"x\":67,\"height\":24,\"y\":569,\"width\":28},{\"name\":\"猫01/嘴\",\"x\":1,\"height\":30,\"y\":299,\"width\":65},{\"name\":\"猫01/帽子\",\"x\":123,\"height\":102,\"y\":411,\"width\":158}],\"height\":1024,\"width\":512}"]],0,0,[0],[0],[0]]
\ No newline at end of file
[1,["51OzHV6eFFoq5liCtOpR22"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"bg_card3","rect":[8,8,214,237],"offset":[0,-0.5],"originalSize":[230,252],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,["44glWBgZpNc4+Bn6Q1+IXO"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"icon_star","rect":[0,0,62,69],"offset":[0,0],"originalSize":[62,69],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,["43tYywM/hHJ5JN/qizAvMT"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"bg_bian1","rect":[0,0,282,304],"offset":[0,0],"originalSize":[282,304],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,0,0,[["dragonBones.DragonBonesAsset",["_name","_dragonBonesJson"],1]],[[0,0,1,3]],[[0,"ax_ske","{\"name\":\"ax\",\"version\":\"5.5\",\"armature\":[{\"name\":\"Armature\",\"slot\":[{\"name\":\"wood\",\"color\":{},\"parent\":\"root\"},{\"name\":\"ax\",\"color\":{},\"z\":1,\"parent\":\"ax\"},{\"name\":\"痕迹\",\"color\":{},\"z\":2,\"parent\":\"root\"}],\"bone\":[{\"name\":\"root\",\"transform\":{}},{\"name\":\"ax\",\"transform\":{\"x\":349.5,\"skY\":-170.2833,\"y\":-118.6,\"skX\":-170.2833},\"length\":340,\"parent\":\"root\"}],\"frameRate\":24,\"aabb\":{\"x\":-807,\"height\":705,\"y\":-315,\"width\":1188},\"canvas\":{\"x\":0,\"height\":1600,\"y\":0,\"width\":2176},\"animation\":[{\"name\":\"newAnimation\",\"frame\":[],\"bone\":[{\"name\":\"root\",\"rotateFrame\":[],\"translateFrame\":[],\"scaleFrame\":[]},{\"name\":\"ax\",\"rotateFrame\":[{\"duration\":12,\"curve\":[0.5,0,1,1]},{\"duration\":2,\"rotate\":20.8703,\"curve\":[0,0,0.3253275109170305,1.0036290322580645]},{\"duration\":6,\"rotate\":20.8703,\"curve\":[0,0,0.3253275109170305,1.0036290322580645]},{\"duration\":3,\"rotate\":6.957,\"tweenEasing\":0},{\"duration\":9,\"rotate\":6.957,\"curve\":[0.5,0,1,1]},{\"duration\":4,\"rotate\":44.2233,\"tweenEasing\":0},{\"duration\":12,\"rotate\":44.2233,\"curve\":[0.6746724890829694,-0.0012096774193548392,1,1]},{\"duration\":0}],\"translateFrame\":[],\"scaleFrame\":[]}],\"playTimes\":0,\"ffd\":[],\"slot\":[{\"name\":\"wood\",\"displayFrame\":[],\"colorFrame\":[]},{\"name\":\"ax\",\"displayFrame\":[],\"colorFrame\":[]},{\"name\":\"痕迹\",\"displayFrame\":[{\"duration\":48,\"value\":-1},{\"duration\":0}],\"colorFrame\":[]}],\"ik\":[],\"duration\":48}],\"skin\":[{\"name\":\"\",\"slot\":[{\"name\":\"ax\",\"display\":[{\"name\":\"ax/ax\",\"transform\":{\"x\":394.4474,\"skY\":170.2833,\"y\":-21.9889,\"skX\":170.2833},\"type\":\"image\",\"path\":\"ax/ax\"}]},{\"name\":\"痕迹\",\"display\":[{\"name\":\"ax/痕迹\",\"transform\":{\"x\":-367.5,\"y\":-31},\"type\":\"image\",\"path\":\"ax/痕迹\"}]},{\"name\":\"wood\",\"display\":[{\"name\":\"ax/wood\",\"transform\":{\"x\":-381.5,\"y\":114},\"type\":\"image\",\"path\":\"ax/wood\"}]}]}],\"defaultActions\":[{\"gotoAndPlay\":\"newAnimation\"}],\"ik\":[],\"type\":\"Armature\"}],\"frameRate\":24,\"isGlobal\":0}"]],0,0,[],[],[]]
\ No newline at end of file
[1,0,0,[["dragonBones.DragonBonesAsset",["_name","_dragonBonesJson"],1]],[[0,0,1,3]],[[0,"ant_ske","{\"name\":\"ant\",\"version\":\"5.5\",\"armature\":[{\"name\":\"Armature\",\"slot\":[{\"name\":\"1\",\"color\":{},\"displayIndex\":1,\"parent\":\"root\"},{\"name\":\"ant/apple4\",\"color\":{},\"z\":1,\"parent\":\"apple1\"},{\"name\":\"ant/apple3\",\"color\":{},\"z\":2,\"parent\":\"apple1\"},{\"name\":\"ant/apple2\",\"color\":{},\"z\":3,\"parent\":\"apple1\"},{\"name\":\"apple1\",\"color\":{},\"z\":4,\"parent\":\"apple1\"},{\"name\":\"ant\",\"color\":{},\"z\":5,\"parent\":\"ant\"}],\"bone\":[{\"name\":\"root\",\"transform\":{}},{\"name\":\"ant\",\"transform\":{\"x\":450.5,\"skY\":-90,\"y\":-128,\"skX\":-90},\"length\":126,\"parent\":\"root\"},{\"name\":\"apple1\",\"transform\":{\"x\":-434.6,\"skY\":-90,\"y\":-59.2,\"skX\":-90},\"length\":110,\"parent\":\"root\"}],\"frameRate\":24,\"aabb\":{\"x\":-662,\"height\":552,\"y\":-414.00000000000006,\"width\":1472},\"canvas\":{\"x\":0,\"height\":1600,\"y\":0,\"width\":2176},\"animation\":[{\"name\":\"newAnimation\",\"frame\":[],\"bone\":[{\"name\":\"root\",\"rotateFrame\":[],\"translateFrame\":[],\"scaleFrame\":[]},{\"name\":\"ant\",\"rotateFrame\":[{\"duration\":10,\"rotate\":-38.3686,\"tweenEasing\":0},{\"duration\":10,\"rotate\":-56.5741,\"tweenEasing\":0},{\"duration\":10,\"rotate\":-69.0413,\"tweenEasing\":0},{\"duration\":10,\"rotate\":-81.1856,\"tweenEasing\":0},{\"duration\":8}],\"translateFrame\":[{\"tweenEasing\":0,\"x\":-713.6523,\"y\":-51.7589,\"duration\":10},{\"tweenEasing\":0,\"x\":-737.1135,\"y\":8.7348,\"duration\":10},{\"tweenEasing\":0,\"x\":-737.1135,\"y\":57.4618,\"duration\":10},{\"tweenEasing\":0,\"x\":-718.3445,\"y\":96.9487,\"duration\":10},{\"x\":-63.2368,\"y\":9.6732,\"duration\":8}],\"scaleFrame\":[{\"tweenEasing\":0,\"x\":0.13,\"y\":0.13,\"duration\":30},{\"tweenEasing\":0,\"x\":0.13,\"y\":0.13,\"duration\":10},{\"tweenEasing\":0,\"duration\":4},{\"tweenEasing\":0,\"x\":0.96,\"duration\":4},{\"duration\":0}]},{\"name\":\"apple1\",\"rotateFrame\":[{\"duration\":8,\"tweenEasing\":0},{\"duration\":8,\"rotate\":2.031,\"tweenEasing\":0},{\"duration\":8,\"tweenEasing\":0},{\"duration\":24,\"rotate\":2.031}],\"translateFrame\":[],\"scaleFrame\":[{\"tweenEasing\":0,\"duration\":8},{\"tweenEasing\":0,\"x\":0.98,\"duration\":8},{\"tweenEasing\":0,\"duration\":8},{\"x\":0.98,\"duration\":24}]}],\"playTimes\":0,\"ffd\":[],\"slot\":[{\"name\":\"apple1\",\"displayFrame\":[],\"colorFrame\":[{\"duration\":8,\"tweenEasing\":0},{\"duration\":40,\"color\":{\"aM\":0}}]},{\"name\":\"1\",\"displayFrame\":[{\"duration\":4},{\"duration\":4,\"value\":1},{\"duration\":4},{\"duration\":4,\"value\":1},{\"duration\":4},{\"duration\":4,\"value\":1},{\"duration\":4},{\"duration\":20,\"value\":1}],\"colorFrame\":[]},{\"name\":\"ant\",\"displayFrame\":[],\"colorFrame\":[]},{\"name\":\"ant/apple2\",\"displayFrame\":[],\"colorFrame\":[{\"duration\":8},{\"duration\":8,\"tweenEasing\":0},{\"duration\":32,\"color\":{\"aM\":0}}]},{\"name\":\"ant/apple3\",\"displayFrame\":[],\"colorFrame\":[{\"duration\":16},{\"duration\":8,\"tweenEasing\":0},{\"duration\":24,\"color\":{\"aM\":0}}]},{\"name\":\"ant/apple4\",\"displayFrame\":[],\"colorFrame\":[]}],\"ik\":[],\"duration\":48}],\"skin\":[{\"name\":\"\",\"slot\":[{\"name\":\"1\",\"display\":[{\"name\":\"ant/1\",\"transform\":{\"x\":-197,\"y\":-188},\"type\":\"image\",\"path\":\"ant/1\"},{\"name\":\"ant/2\",\"transform\":{\"x\":-202.5,\"y\":-158.5},\"type\":\"image\",\"path\":\"ant/2\"}]},{\"name\":\"ant\",\"display\":[{\"name\":\"ant/ant\",\"transform\":{\"x\":10,\"skY\":90,\"y\":-43,\"skX\":90},\"type\":\"image\",\"path\":\"ant/ant\"}]},{\"name\":\"ant/apple4\",\"display\":[{\"name\":\"ant/apple4\",\"transform\":{\"x\":40.8,\"skY\":90,\"y\":-4.9,\"skX\":90},\"type\":\"image\",\"path\":\"ant/apple4\"}]},{\"name\":\"ant/apple3\",\"display\":[{\"name\":\"ant/apple3\",\"transform\":{\"x\":40.8,\"skY\":90,\"y\":-4.9,\"skX\":90},\"type\":\"image\",\"path\":\"ant/apple3\"}]},{\"name\":\"ant/apple2\",\"display\":[{\"name\":\"ant/apple2\",\"transform\":{\"x\":40.8,\"skY\":90,\"y\":-4.9,\"skX\":90},\"type\":\"image\",\"path\":\"ant/apple2\"}]},{\"name\":\"apple1\",\"display\":[{\"name\":\"ant/apple1\",\"transform\":{\"x\":40.8,\"skY\":90,\"y\":-4.9,\"skX\":90},\"type\":\"image\",\"path\":\"ant/apple1\"}]}]}],\"defaultActions\":[{\"gotoAndPlay\":\"newAnimation\"}],\"ik\":[],\"type\":\"Armature\"}],\"frameRate\":24,\"isGlobal\":0}"]],0,0,[],[],[]]
\ No newline at end of file
[1,["27PZ1pW05BrYC35vXhue2b"],["_texture"],[["dragonBones.DragonBonesAtlasAsset",["_name","_atlasJson"],1]],[[0,0,1,3]],[[0,"ax_tex","{\"name\":\"ax\",\"imagePath\":\"ax_tex.png\",\"SubTexture\":[{\"name\":\"ax/wood\",\"x\":1,\"height\":552,\"y\":1,\"width\":851},{\"name\":\"ax/ax\",\"x\":1,\"height\":303,\"y\":555,\"width\":848},{\"name\":\"ax/痕迹\",\"x\":1,\"height\":82,\"y\":860,\"width\":191}],\"height\":1024,\"width\":1024}"]],0,0,[0],[0],[0]]
\ No newline at end of file
[1,["88UHktv1VBf5X4GSVu2noB"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"mao_tex","rect":[1,1,495,745],"offset":[-7.5,138.5],"originalSize":[512,1024],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,["0cnfyMPARPx6L2mkSTOnm5"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"btn_laba2","rect":[8,0,98,80],"offset":[4,0],"originalSize":[106,80],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,["83sI18yC9Nx7bqT49t7IoO"],["_texture"],[["dragonBones.DragonBonesAtlasAsset",["_name","_atlasJson"],1]],[[0,0,1,3]],[[0,"right_tex","{\"name\":\"right\",\"SubTexture\":[{\"name\":\"1/勾\",\"x\":1,\"height\":112,\"y\":1,\"width\":128},{\"name\":\"1/星1\",\"x\":196,\"height\":59,\"y\":72,\"width\":57},{\"name\":\"1/星2\",\"x\":1,\"height\":45,\"y\":192,\"width\":43},{\"name\":\"1/星3\",\"x\":131,\"height\":64,\"y\":72,\"width\":63},{\"name\":\"1/星4\",\"x\":201,\"height\":45,\"y\":1,\"width\":45},{\"name\":\"1/星6\",\"x\":131,\"height\":69,\"y\":1,\"width\":68},{\"name\":\"1/星7\",\"x\":1,\"height\":40,\"y\":115,\"width\":37},{\"name\":\"1/星5\",\"x\":196,\"height\":57,\"y\":133,\"width\":56},{\"name\":\"1/星8\",\"x\":78,\"height\":33,\"y\":115,\"width\":32},{\"name\":\"1/星9\",\"x\":40,\"height\":37,\"y\":115,\"width\":36}],\"imagePath\":\"right_tex.png\",\"height\":256,\"width\":256}"]],0,0,[0],[0],[0]]
\ No newline at end of file
[1,["38Z9FjqmZHaq3h7GDKvK4e"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"bg_bian2","rect":[0,0,314,342],"offset":[0,0],"originalSize":[314,342],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,["90IjeRb0tIxYS6N5Altwm/"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"view","rect":[0,0,1201,679],"offset":[0,0],"originalSize":[1201,679],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,0,0,[["cc.AnimationClip",["_name","_duration","speed","wrapMode","curveData"],-2]],[[0,0,1,2,3,4,6]],[[0,"laba",0.3333333333333333,0.35,2,{"paths":{"btn_laba":{"props":{"active":[{"frame":0,"value":false},{"frame":0.08333333333333333,"value":false},{"frame":0.16666666666666666,"value":false},{"frame":0.25,"value":true}]}},"btn_laba3":{"props":{"active":[{"frame":0,"value":false},{"frame":0.08333333333333333,"value":false},{"frame":0.16666666666666666,"value":true},{"frame":0.25,"value":false}]}},"btn_laba2":{"props":{"active":[{"frame":0,"value":false},{"frame":0.08333333333333333,"value":true},{"frame":0.16666666666666666,"value":false},{"frame":0.25,"value":false}]}},"btn_laba1":{"props":{"active":[{"frame":0,"value":true},{"frame":0.08333333333333333,"value":false},{"frame":0.16666666666666666,"value":false},{"frame":0.25,"value":false},{"frame":0.3333333333333333,"value":true}]}}}}]],0,0,[],[],[]]
\ No newline at end of file
[1,["dccfisjTRBSpwQJdjV1laq"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"bg_card1","rect":[8,8,266,293],"offset":[0,-2.5],"originalSize":[282,304],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,["180HWSUalCHolyD2e2jSnh"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"icon","rect":[3,2,138,141],"offset":[0,-0.5],"originalSize":[144,144],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,["58ianNCbBCuZVAgpdGNfQg"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"bg_upperleft","rect":[0,0,217,134],"offset":[0,0],"originalSize":[217,134],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,["76Q57iJbhP676KjlTXRgZs"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"btn_laba","rect":[0,0,106,80],"offset":[0,0],"originalSize":[106,80],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,["faIVDeJwFPOpp7GWuB1xMc"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"group-5","rect":[0,0,153,86],"offset":[0,0],"originalSize":[153,86],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,["27PZ1pW05BrYC35vXhue2b"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"ax_tex","rect":[1,1,851,941],"offset":[-85.5,40.5],"originalSize":[1024,1024],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,["f7rHhYB6lOTKsYZ4e3dVoD"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"bg_card2","rect":[8,8,298,327],"offset":[0,-0.5],"originalSize":[314,342],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,["1e7Egaee9JRbnUt+PaDfbJ"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"bg_desk","rect":[0,0,1088,336],"offset":[0,0],"originalSize":[1088,336],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,["21VKqC/wlP4o/+YWF3RrrR"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"combined-shape_2","rect":[0,0,116,117],"offset":[0,0],"originalSize":[116,117],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,["83sI18yC9Nx7bqT49t7IoO"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"right_tex","rect":[1,1,252,236],"offset":[-1,9],"originalSize":[256,256],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,["b7NoU9jX1K4J+V6SXAgNry"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"alligator_tex","rect":[1,1,1786,2759],"offset":[-130,667.5],"originalSize":[2048,4096],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,["b9vbxURVBNBp5PSaAJI1oA"],["_texture"],[["dragonBones.DragonBonesAtlasAsset",["_name","_atlasJson"],1]],[[0,0,1,3]],[[0,"guid_tex","{\"name\":\"guid\",\"SubTexture\":[{\"name\":\"bg_recordmove\",\"x\":1,\"height\":234,\"y\":1,\"width\":291}],\"imagePath\":\"guid_tex.png\",\"height\":256,\"width\":512}"]],0,0,[0],[0],[0]]
\ No newline at end of file
[1,["2c/YsXDSNOC5O/cxv9Cuqf"],["_texture"],[["dragonBones.DragonBonesAtlasAsset",["_name","_atlasJson"],1]],[[0,0,1,3]],[[0,"ant_tex","{\"name\":\"ant\",\"imagePath\":\"ant_tex.png\",\"SubTexture\":[{\"name\":\"ant/1\",\"x\":885,\"height\":80,\"y\":1,\"width\":74},{\"name\":\"ant/2\",\"x\":808,\"height\":155,\"y\":1,\"width\":75},{\"name\":\"ant/apple4\",\"x\":448,\"height\":430,\"y\":987,\"width\":445},{\"name\":\"ant/apple3\",\"x\":1,\"height\":430,\"y\":987,\"width\":445},{\"name\":\"ant/apple2\",\"x\":448,\"height\":430,\"y\":555,\"width\":445},{\"name\":\"ant/apple1\",\"x\":1,\"height\":430,\"y\":555,\"width\":445},{\"name\":\"ant/ant\",\"x\":1,\"height\":552,\"y\":1,\"width\":805}],\"height\":2048,\"width\":1024}"]],0,0,[0],[0],[0]]
\ No newline at end of file
[1,["b7NoU9jX1K4J+V6SXAgNry"],["_texture"],[["dragonBones.DragonBonesAtlasAsset",["_name","_atlasJson"],1]],[[0,0,1,3]],[[0,"alligator_tex","{\"name\":\"alligator\",\"imagePath\":\"alligator_tex.png\",\"SubTexture\":[{\"name\":\"alligator/alligator\",\"x\":1,\"height\":488,\"y\":2272,\"width\":896},{\"name\":\"alligator/egg1\",\"x\":1193,\"height\":755,\"y\":1,\"width\":594},{\"name\":\"alligator/egg5\",\"x\":1,\"height\":755,\"y\":1515,\"width\":594},{\"name\":\"alligator/egg3\",\"x\":1,\"height\":755,\"y\":758,\"width\":594},{\"name\":\"alligator/egg6\",\"x\":1193,\"height\":755,\"y\":758,\"width\":594},{\"name\":\"alligator/egg4\",\"x\":1,\"height\":755,\"y\":1,\"width\":594},{\"name\":\"alligator/egg6_0\",\"x\":597,\"height\":755,\"y\":758,\"width\":594},{\"name\":\"alligator/egg2\",\"x\":597,\"height\":755,\"y\":1,\"width\":594}],\"height\":4096,\"width\":2048}"]],0,0,[0],[0],[0]]
\ No newline at end of file
[1,["e9kreKYcpBH7NOseDSoate"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"icon_stardi","rect":[0,0,62,66],"offset":[0,1.5],"originalSize":[62,69],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,["61yphd/mNJJ6RUJQOM5Xq3"],["_texture"],[["dragonBones.DragonBonesAtlasAsset",["_name","_atlasJson"],1]],[[0,0,1,3]],[[0,"apple_tex","{\"name\":\"apple\",\"imagePath\":\"apple_tex.png\",\"SubTexture\":[{\"name\":\"apple/grass\",\"x\":1,\"height\":178,\"y\":1049,\"width\":515},{\"name\":\"apple/trunk\",\"x\":776,\"height\":476,\"y\":1,\"width\":207},{\"name\":\"apple/leaf\",\"x\":1,\"height\":509,\"y\":1,\"width\":773},{\"name\":\"apple/apple\",\"x\":557,\"height\":137,\"y\":512,\"width\":141},{\"name\":\"apple/apple_拷贝_3\",\"x\":700,\"height\":137,\"y\":618,\"width\":141},{\"name\":\"apple/apple_拷贝_4\",\"x\":776,\"height\":137,\"y\":479,\"width\":141},{\"name\":\"apple/apple-right\",\"x\":1,\"height\":535,\"y\":512,\"width\":554}],\"height\":2048,\"width\":1024}"]],0,0,[0],[0],[0]]
\ No newline at end of file
[1,["b9vbxURVBNBp5PSaAJI1oA"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"guid_tex","rect":[1,1,291,234],"offset":[-109.5,10],"originalSize":[512,256],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,["4544+aMlFCwou3GmHv3JWm"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"bg_bian3","rect":[0,0,230,252],"offset":[0,0],"originalSize":[230,252],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,["57Q8eGaP5KkpVb9zuxCrCg"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"btn_laba1","rect":[36,0,70,80],"offset":[18,0],"originalSize":[106,80],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"apple",".mp3",1.764],-1],0,0,[],[],[]]
\ No newline at end of file
[1,["2c/YsXDSNOC5O/cxv9Cuqf"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"ant_tex","rect":[1,1,958,1416],"offset":[-32,315],"originalSize":[1024,2048],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,["caWVvWlAdOJpXjph1a/xfY"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"btn_laba3","rect":[0,0,106,80],"offset":[0,0],"originalSize":[106,80],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
[1,["f8xrzijbZE76eMt3iT9Rkj"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"icon_bigstar","rect":[0,0,278,275],"offset":[0,0],"originalSize":[278,275],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
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