Commit b8d0c25b b8d0c25b5a65d65ae64aba33850eff45c7d2e7cd by jinwawa

fix sceneExplore problem

1 parent 99177252
Showing 36 changed files with 1186 additions and 66 deletions
...@@ -407,18 +407,18 @@ cc.Class({ ...@@ -407,18 +407,18 @@ cc.Class({
407 } 407 }
408 } 408 }
409 409
410 if (0 == this._fiCurrentFocus.node.getName().indexOf('TopCell')) { 410 // if (0 == this._fiCurrentFocus.node.getName().indexOf('TopCell')) {
411 // fiFrom.node.getChildByName("Pic").getComponent(cc.Sprite).spriteFrame.setRect(cc.rect(0, 0, fiFrom.node.width, fiFrom.node.height)); 411 // // fiFrom.node.getChildByName("Pic").getComponent(cc.Sprite).spriteFrame.setRect(cc.rect(0, 0, fiFrom.node.width, fiFrom.node.height));
412 let iIndex = fiFrom.node.name.replace("TopCell", ''); 412 // let iIndex = fiFrom.node.name.replace("TopCell", '');
413 if (this._oInit.aTopImg[iIndex]) { 413 // if (this._oInit.aTopImg[iIndex]) {
414 Network.loadImageInNativeRuntime( 414 // Network.loadImageInNativeRuntime(
415 this._oInit.aTopImg[iIndex], 415 // this._oInit.aTopImg[iIndex],
416 function (texture) { 416 // function (texture) {
417 fiFrom.node.getChildByName("Pic").getComponent(cc.Sprite).spriteFrame = new cc.SpriteFrame(texture, cc.rect(0, 0, fiFrom.node.width, fiFrom.node.height)); 417 // fiFrom.node.getChildByName("Pic").getComponent(cc.Sprite).spriteFrame = new cc.SpriteFrame(texture, cc.rect(0, 0, fiFrom.node.width, fiFrom.node.height));
418 }, null, this 418 // }, null, this
419 ); 419 // );
420 } 420 // }
421 } 421 // }
422 }, 422 },
423 423
424 onAfterFocusChange: function (event) { 424 onAfterFocusChange: function (event) {
...@@ -441,18 +441,18 @@ cc.Class({ ...@@ -441,18 +441,18 @@ cc.Class({
441 this._oSceneContext._iCurrentLeftIndex = iIndex; 441 this._oSceneContext._iCurrentLeftIndex = iIndex;
442 } 442 }
443 443
444 if (0 == fiTo.node.getName().indexOf('TopCell')) { 444 // if (0 == fiTo.node.getName().indexOf('TopCell')) {
445 let iIndex = fiTo.node.name.replace("TopCell", ''); 445 // let iIndex = fiTo.node.name.replace("TopCell", '');
446 // fiTo.node.getChildByName("Pic").getComponent(cc.Sprite).spriteFrame.setRect(cc.rect(0, fiTo.node.height, fiTo.node.width, fiTo.node.height)); 446 // // fiTo.node.getChildByName("Pic").getComponent(cc.Sprite).spriteFrame.setRect(cc.rect(0, fiTo.node.height, fiTo.node.width, fiTo.node.height));
447 if (this._oInit.aTopImg[iIndex]) { 447 // if (this._oInit.aTopImg[iIndex]) {
448 Network.loadImageInNativeRuntime( 448 // Network.loadImageInNativeRuntime(
449 this._oInit.aTopImg[iIndex], 449 // this._oInit.aTopImg[iIndex],
450 function (texture) { 450 // function (texture) {
451 fiTo.node.getChildByName("Pic").getComponent(cc.Sprite).spriteFrame = new cc.SpriteFrame(texture, cc.rect(0, fiTo.node.height, fiTo.node.width, fiTo.node.height)); 451 // fiTo.node.getChildByName("Pic").getComponent(cc.Sprite).spriteFrame = new cc.SpriteFrame(texture, cc.rect(0, fiTo.node.height, fiTo.node.width, fiTo.node.height));
452 }, null, this 452 // }, null, this
453 ); 453 // );
454 } 454 // }
455 } 455 // }
456 }, 456 },
457 457
458 keyDownDirection: function (Direct) { 458 keyDownDirection: function (Direct) {
......
...@@ -14,7 +14,7 @@ cc.Class({ ...@@ -14,7 +14,7 @@ cc.Class({
14 "name": "Navigator",/* 左侧导航 */ 14 "name": "Navigator",/* 左侧导航 */
15 "layout": "vertical",//浮动式垂直布局 15 "layout": "vertical",//浮动式垂直布局
16 "position": [44, 98],//框架的起始坐标 16 "position": [44, 98],//框架的起始坐标
17 "childrenSize": [166, 94],//子元素尺寸 17 "childrenSize": [159, 72],//子元素尺寸
18 "childrenMargin": [0, 0, 3, 0],//子元素边距 18 "childrenMargin": [0, 0, 3, 0],//子元素边距
19 "dataContainer": "promotion_list",//列表名称 19 "dataContainer": "promotion_list",//列表名称
20 "data": {/* 对于数据比较少的采取这种方式或者本地数据 */ 20 "data": {/* 对于数据比较少的采取这种方式或者本地数据 */
...@@ -39,7 +39,8 @@ cc.Class({ ...@@ -39,7 +39,8 @@ cc.Class({
39 }, 39 },
40 { 40 {
41 "name": "primarySchool", 41 "name": "primarySchool",
42 "tvlink": '{"click": [{"action": "changeLayout","parameters": {"layoutPath": "layout/waterfall_primarySchool.json"}}]}', 42 // "tvlink": '{"click": [{"action": "changeLayout","parameters": {"layoutPath": "layout/waterfall_primarySchool.json"}}]}',
43 "tvlink": '{"click": [{"action": "ChangeScene","parameters": {"sceneName":"sceneGame"}}]}',
43 "type": "promotion_item", 44 "type": "promotion_item",
44 "imageURL": "image/navigator/primary.png", 45 "imageURL": "image/navigator/primary.png",
45 "top": 360, 46 "top": 360,
...@@ -78,30 +79,30 @@ cc.Class({ ...@@ -78,30 +79,30 @@ cc.Class({
78 "resultSet": [ 79 "resultSet": [
79 { 80 {
80 "name": "收藏", 81 "name": "收藏",
81 "left": 822, 82 "left": 1104,
82 "top": 19, 83 "top": 35,
83 "width": 137, 84 "width": 38,
84 "height": 65, 85 "height": 38,
85 "tvlink": '{"click":[{"action":"ChangeScene","parameters":{"sceneName":"sceneDiary"}}]}', 86 "tvlink": '{"click":[{"action":"ChangeScene","parameters":{"sceneName":"sceneDiary"}}]}',
86 "type" : "promotion_item", 87 "type" : "promotion_item",
87 "imageURL": "image/addition/my.png" 88 "imageURL": "image/addition/my.png"
88 }, 89 },
89 { 90 {
90 "name": "历史", 91 "name": "历史",
91 "left": 965, 92 "left": 1158,
92 "top": 19, 93 "top": 35,
93 "width": 137, 94 "width": 38,
94 "height": 65, 95 "height": 38,
95 "tvlink": '{"click":[{"action":"ChangeScene","parameters":{"sceneName":"sceneHistory"}}]}', 96 "tvlink": '{"click":[{"action":"ChangeScene","parameters":{"sceneName":"sceneHistory"}}]}',
96 "type" : "promotion_item", 97 "type" : "promotion_item",
97 "imageURL": "image/addition/history.png" 98 "imageURL": "image/addition/history.png"
98 }, 99 },
99 { 100 {
100 "name": "搜索", 101 "name": "搜索",
101 "left": 1108, 102 "left": 1213,
102 "top": 19, 103 "top": 35,
103 "width": 137, 104 "width": 38,
104 "height": 65, 105 "height": 38,
105 "tvlink": '{"click":[{"action":"ChangeScene","parameters":{"sceneName":"sceneSearch"}}]}', 106 "tvlink": '{"click":[{"action":"ChangeScene","parameters":{"sceneName":"sceneSearch"}}]}',
106 "type" : "promotion_item", 107 "type" : "promotion_item",
107 "imageURL": "image/addition/search.png" 108 "imageURL": "image/addition/search.png"
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 "_native": "", 5 "_native": "",
6 "_duration": 7.5, 6 "_duration": 7.5,
7 "sample": 8, 7 "sample": 8,
8 "speed": 0.3, 8 "speed": 0.2,
9 "wrapMode": 2, 9 "wrapMode": 2,
10 "curveData": { 10 "curveData": {
11 "props": { 11 "props": {
......
1 {
2 "ver": "1.0.1",
3 "uuid": "e2e376e6-cde1-416f-b7d5-e4f8daea8953",
4 "isSubpackage": false,
5 "subpackageName": "",
6 "subMetas": {}
7 }
...\ No newline at end of file ...\ No newline at end of file
1 {"frameRate":60,"isGlobal":0,"armature":[{"bone":[{"name":"root","transform":{}},{"inheritScale":false,"transform":{"y":20.9393,"x":-3.83},"name":"Layer1","parent":"root"},{"length":112,"transform":{"y":-39.8899,"skX":90.9548,"skY":90.9548,"x":-2.4595},"parent":"root","inheritScale":false,"name":"Layer19"},{"length":101,"transform":{"y":-10.561,"skX":-38.9536,"skY":-38.9536,"x":-3.9265},"parent":"Layer19","inheritScale":false,"name":"Layer17"},{"length":81,"transform":{"y":-10.2153,"skX":-20.483,"skY":-20.483,"x":35.3347},"parent":"Layer19","inheritScale":false,"name":"Layer10"},{"length":78,"transform":{"y":10.034,"skX":15.7006,"skY":15.7006,"x":35.5472},"parent":"Layer19","inheritScale":false,"name":"Layer12"},{"length":82,"transform":{"y":16.279,"skX":40.4526,"skY":40.4526,"x":-1.6039},"parent":"Layer19","inheritScale":false,"name":"Layer14"},{"length":160,"transform":{"y":-1.7706,"skX":178.5993,"skY":178.5993,"x":-6.2804},"parent":"Layer19","inheritScale":false,"name":"Layer21"}],"type":"Armature","frameRate":60,"animation":[{"playTimes":0,"bone":[{"frame":[{"tweenEasing":0,"transform":{},"duration":15},{"tweenEasing":0,"transform":{"skX":-2.3659,"skY":-2.3659},"duration":15},{"tweenEasing":0,"transform":{},"duration":15},{"tweenEasing":0,"transform":{"skX":3.2177,"skY":3.2177},"duration":15},{"transform":{},"duration":0}],"name":"Layer21"},{"frame":[{"tweenEasing":0,"transform":{},"duration":15},{"tweenEasing":0,"transform":{"skX":13.2312,"skY":13.2312},"duration":15},{"tweenEasing":0,"transform":{"y":-2.5206,"skX":-12.3228,"skY":-12.3228,"x":1.2082},"duration":15},{"tweenEasing":0,"transform":{"y":-6.2492,"skX":-62.777,"skY":-62.777,"x":-0.1042},"duration":15},{"transform":{},"duration":0}],"name":"Layer14"},{"frame":[{"tweenEasing":0,"transform":{},"duration":15},{"tweenEasing":0,"transform":{"y":-4},"duration":15},{"tweenEasing":0,"transform":{},"duration":15},{"tweenEasing":0,"transform":{"y":-4},"duration":15},{"transform":{},"duration":0}],"name":"Layer19"},{"frame":[{"tweenEasing":0,"transform":{},"duration":15},{"tweenEasing":0,"transform":{"y":-7.499,"skX":-38.8025,"skY":-38.8025,"x":-0.125},"duration":15},{"tweenEasing":0,"transform":{},"duration":15},{"tweenEasing":0,"transform":{"y":2.4997,"skX":15.1876,"skY":15.1876,"x":0.0417},"duration":15},{"transform":{},"duration":0}],"name":"Layer12"},{"frame":[{"tweenEasing":0,"transform":{},"duration":15},{"tweenEasing":0,"transform":{"y":1.8748,"skX":32.7635,"skY":32.7635,"x":0.0313},"duration":15},{"tweenEasing":0,"transform":{},"duration":15},{"tweenEasing":0,"transform":{"y":-3.7496,"skX":-17.9195,"skY":-17.9195,"x":-0.0625},"duration":15},{"transform":{},"duration":0}],"name":"Layer10"},{"frame":[{"tweenEasing":0,"transform":{},"duration":15},{"tweenEasing":0,"transform":{"skX":-22.4995,"skY":-22.4995},"duration":15},{"tweenEasing":0,"transform":{},"duration":15},{"tweenEasing":0,"transform":{"y":1.2498,"skX":23.6194,"skY":23.6194,"x":0.0208},"duration":15},{"transform":{},"duration":0}],"name":"Layer17"},{"frame":[{"tweenEasing":0,"transform":{},"duration":15},{"tweenEasing":0,"transform":{"scX":0.9},"duration":15},{"tweenEasing":0,"transform":{},"duration":15},{"tweenEasing":0,"transform":{"scX":0.9},"duration":15},{"transform":{},"duration":0}],"name":"Layer1"},{"frame":[{"transform":{},"duration":60}],"name":"root"}],"slot":[{"frame":[{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":null,"duration":0}],"name":"Layer21"},{"frame":[{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":null,"duration":0}],"name":"Layer14"},{"frame":[{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":null,"duration":0}],"name":"Layer19"},{"frame":[{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":null,"duration":0}],"name":"Layer12"},{"frame":[{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":null,"duration":0}],"name":"Layer10"},{"frame":[{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":null,"duration":0}],"name":"Layer17"},{"frame":[{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":0,"duration":15},{"tweenEasing":null,"duration":0}],"name":"Layer1"}],"ffd":[],"ik":[],"frame":[],"name":"Animation1","duration":60}],"defaultActions":[{"gotoAndPlay":"Animation1"}],"aabb":{"width":157,"y":-168.93573553683655,"height":194.87503553683655,"x":-89.9550723745457},"ik":[],"name":"armatureName","skin":[{"slot":[{"display":[{"path":"duck05","type":"image","name":"duck05","transform":{"y":2.0343,"skX":-60.474,"skY":-60.474,"x":8.4202}}],"name":"Layer10"},{"display":[{"path":"duck06","type":"image","name":"duck06","transform":{"y":-0.0025,"skX":-116.3619,"skY":-116.3619,"x":10.4107}}],"name":"Layer12"},{"display":[{"path":"duck03","type":"image","name":"duck03","transform":{"y":1.4731,"skX":-90.9548,"skY":-90.9548,"x":16.3561}}],"name":"Layer19"},{"display":[{"path":"duck02","type":"image","name":"duck02","transform":{"y":1.0493,"skX":-122.6046,"skY":-122.6045,"x":19.4616}}],"name":"Layer14"},{"display":[{"path":"duck01","type":"image","name":"duck01","transform":{"y":-10.4049,"skX":90.4459,"skY":90.4459,"x":59.8786}}],"name":"Layer21"},{"display":[{"path":"duck07","type":"image","name":"duck07","transform":{}}],"name":"Layer1"},{"display":[{"path":"duck04","type":"image","name":"duck04","transform":{"y":0.273,"skX":-52.0013,"skY":-52.0012,"x":19.2394}}],"name":"Layer17"}],"name":""}],"slot":[{"name":"Layer1","parent":"Layer1","color":{}},{"z":1,"name":"Layer17","parent":"Layer17","color":{}},{"z":2,"name":"Layer10","parent":"Layer10","color":{}},{"z":3,"name":"Layer12","parent":"Layer12","color":{}},{"z":4,"name":"Layer19","parent":"Layer19","color":{}},{"z":5,"name":"Layer14","parent":"Layer14","color":{}},{"z":6,"name":"Layer21","parent":"Layer21","color":{}}]}],"name":"duck","version":"5.0"}
...\ No newline at end of file ...\ No newline at end of file
1 {
2 "ver": "1.0.0",
3 "uuid": "12fcf88d-19e6-4c0e-a0e9-90493cbd8988",
4 "dragonBonesJson": "{\"frameRate\":60,\"isGlobal\":0,\"armature\":[{\"bone\":[{\"name\":\"root\",\"transform\":{}},{\"inheritScale\":false,\"transform\":{\"y\":20.9393,\"x\":-3.83},\"name\":\"Layer1\",\"parent\":\"root\"},{\"length\":112,\"transform\":{\"y\":-39.8899,\"skX\":90.9548,\"skY\":90.9548,\"x\":-2.4595},\"parent\":\"root\",\"inheritScale\":false,\"name\":\"Layer19\"},{\"length\":101,\"transform\":{\"y\":-10.561,\"skX\":-38.9536,\"skY\":-38.9536,\"x\":-3.9265},\"parent\":\"Layer19\",\"inheritScale\":false,\"name\":\"Layer17\"},{\"length\":81,\"transform\":{\"y\":-10.2153,\"skX\":-20.483,\"skY\":-20.483,\"x\":35.3347},\"parent\":\"Layer19\",\"inheritScale\":false,\"name\":\"Layer10\"},{\"length\":78,\"transform\":{\"y\":10.034,\"skX\":15.7006,\"skY\":15.7006,\"x\":35.5472},\"parent\":\"Layer19\",\"inheritScale\":false,\"name\":\"Layer12\"},{\"length\":82,\"transform\":{\"y\":16.279,\"skX\":40.4526,\"skY\":40.4526,\"x\":-1.6039},\"parent\":\"Layer19\",\"inheritScale\":false,\"name\":\"Layer14\"},{\"length\":160,\"transform\":{\"y\":-1.7706,\"skX\":178.5993,\"skY\":178.5993,\"x\":-6.2804},\"parent\":\"Layer19\",\"inheritScale\":false,\"name\":\"Layer21\"}],\"type\":\"Armature\",\"frameRate\":60,\"animation\":[{\"playTimes\":0,\"bone\":[{\"frame\":[{\"tweenEasing\":0,\"transform\":{},\"duration\":15},{\"tweenEasing\":0,\"transform\":{\"skX\":-2.3659,\"skY\":-2.3659},\"duration\":15},{\"tweenEasing\":0,\"transform\":{},\"duration\":15},{\"tweenEasing\":0,\"transform\":{\"skX\":3.2177,\"skY\":3.2177},\"duration\":15},{\"transform\":{},\"duration\":0}],\"name\":\"Layer21\"},{\"frame\":[{\"tweenEasing\":0,\"transform\":{},\"duration\":15},{\"tweenEasing\":0,\"transform\":{\"skX\":13.2312,\"skY\":13.2312},\"duration\":15},{\"tweenEasing\":0,\"transform\":{\"y\":-2.5206,\"skX\":-12.3228,\"skY\":-12.3228,\"x\":1.2082},\"duration\":15},{\"tweenEasing\":0,\"transform\":{\"y\":-6.2492,\"skX\":-62.777,\"skY\":-62.777,\"x\":-0.1042},\"duration\":15},{\"transform\":{},\"duration\":0}],\"name\":\"Layer14\"},{\"frame\":[{\"tweenEasing\":0,\"transform\":{},\"duration\":15},{\"tweenEasing\":0,\"transform\":{\"y\":-4},\"duration\":15},{\"tweenEasing\":0,\"transform\":{},\"duration\":15},{\"tweenEasing\":0,\"transform\":{\"y\":-4},\"duration\":15},{\"transform\":{},\"duration\":0}],\"name\":\"Layer19\"},{\"frame\":[{\"tweenEasing\":0,\"transform\":{},\"duration\":15},{\"tweenEasing\":0,\"transform\":{\"y\":-7.499,\"skX\":-38.8025,\"skY\":-38.8025,\"x\":-0.125},\"duration\":15},{\"tweenEasing\":0,\"transform\":{},\"duration\":15},{\"tweenEasing\":0,\"transform\":{\"y\":2.4997,\"skX\":15.1876,\"skY\":15.1876,\"x\":0.0417},\"duration\":15},{\"transform\":{},\"duration\":0}],\"name\":\"Layer12\"},{\"frame\":[{\"tweenEasing\":0,\"transform\":{},\"duration\":15},{\"tweenEasing\":0,\"transform\":{\"y\":1.8748,\"skX\":32.7635,\"skY\":32.7635,\"x\":0.0313},\"duration\":15},{\"tweenEasing\":0,\"transform\":{},\"duration\":15},{\"tweenEasing\":0,\"transform\":{\"y\":-3.7496,\"skX\":-17.9195,\"skY\":-17.9195,\"x\":-0.0625},\"duration\":15},{\"transform\":{},\"duration\":0}],\"name\":\"Layer10\"},{\"frame\":[{\"tweenEasing\":0,\"transform\":{},\"duration\":15},{\"tweenEasing\":0,\"transform\":{\"skX\":-22.4995,\"skY\":-22.4995},\"duration\":15},{\"tweenEasing\":0,\"transform\":{},\"duration\":15},{\"tweenEasing\":0,\"transform\":{\"y\":1.2498,\"skX\":23.6194,\"skY\":23.6194,\"x\":0.0208},\"duration\":15},{\"transform\":{},\"duration\":0}],\"name\":\"Layer17\"},{\"frame\":[{\"tweenEasing\":0,\"transform\":{},\"duration\":15},{\"tweenEasing\":0,\"transform\":{\"scX\":0.9},\"duration\":15},{\"tweenEasing\":0,\"transform\":{},\"duration\":15},{\"tweenEasing\":0,\"transform\":{\"scX\":0.9},\"duration\":15},{\"transform\":{},\"duration\":0}],\"name\":\"Layer1\"},{\"frame\":[{\"transform\":{},\"duration\":60}],\"name\":\"root\"}],\"slot\":[{\"frame\":[{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":null,\"duration\":0}],\"name\":\"Layer21\"},{\"frame\":[{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":null,\"duration\":0}],\"name\":\"Layer14\"},{\"frame\":[{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":null,\"duration\":0}],\"name\":\"Layer19\"},{\"frame\":[{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":null,\"duration\":0}],\"name\":\"Layer12\"},{\"frame\":[{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":null,\"duration\":0}],\"name\":\"Layer10\"},{\"frame\":[{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":null,\"duration\":0}],\"name\":\"Layer17\"},{\"frame\":[{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":0,\"duration\":15},{\"tweenEasing\":null,\"duration\":0}],\"name\":\"Layer1\"}],\"ffd\":[],\"ik\":[],\"frame\":[],\"name\":\"Animation1\",\"duration\":60}],\"defaultActions\":[{\"gotoAndPlay\":\"Animation1\"}],\"aabb\":{\"width\":157,\"y\":-168.93573553683655,\"height\":194.87503553683655,\"x\":-89.9550723745457},\"ik\":[],\"name\":\"armatureName\",\"skin\":[{\"slot\":[{\"display\":[{\"path\":\"duck05\",\"type\":\"image\",\"name\":\"duck05\",\"transform\":{\"y\":2.0343,\"skX\":-60.474,\"skY\":-60.474,\"x\":8.4202}}],\"name\":\"Layer10\"},{\"display\":[{\"path\":\"duck06\",\"type\":\"image\",\"name\":\"duck06\",\"transform\":{\"y\":-0.0025,\"skX\":-116.3619,\"skY\":-116.3619,\"x\":10.4107}}],\"name\":\"Layer12\"},{\"display\":[{\"path\":\"duck03\",\"type\":\"image\",\"name\":\"duck03\",\"transform\":{\"y\":1.4731,\"skX\":-90.9548,\"skY\":-90.9548,\"x\":16.3561}}],\"name\":\"Layer19\"},{\"display\":[{\"path\":\"duck02\",\"type\":\"image\",\"name\":\"duck02\",\"transform\":{\"y\":1.0493,\"skX\":-122.6046,\"skY\":-122.6045,\"x\":19.4616}}],\"name\":\"Layer14\"},{\"display\":[{\"path\":\"duck01\",\"type\":\"image\",\"name\":\"duck01\",\"transform\":{\"y\":-10.4049,\"skX\":90.4459,\"skY\":90.4459,\"x\":59.8786}}],\"name\":\"Layer21\"},{\"display\":[{\"path\":\"duck07\",\"type\":\"image\",\"name\":\"duck07\",\"transform\":{}}],\"name\":\"Layer1\"},{\"display\":[{\"path\":\"duck04\",\"type\":\"image\",\"name\":\"duck04\",\"transform\":{\"y\":0.273,\"skX\":-52.0013,\"skY\":-52.0012,\"x\":19.2394}}],\"name\":\"Layer17\"}],\"name\":\"\"}],\"slot\":[{\"name\":\"Layer1\",\"parent\":\"Layer1\",\"color\":{}},{\"z\":1,\"name\":\"Layer17\",\"parent\":\"Layer17\",\"color\":{}},{\"z\":2,\"name\":\"Layer10\",\"parent\":\"Layer10\",\"color\":{}},{\"z\":3,\"name\":\"Layer12\",\"parent\":\"Layer12\",\"color\":{}},{\"z\":4,\"name\":\"Layer19\",\"parent\":\"Layer19\",\"color\":{}},{\"z\":5,\"name\":\"Layer14\",\"parent\":\"Layer14\",\"color\":{}},{\"z\":6,\"name\":\"Layer21\",\"parent\":\"Layer21\",\"color\":{}}]}],\"name\":\"duck\",\"version\":\"5.0\"}",
5 "subMetas": {}
6 }
...\ No newline at end of file ...\ No newline at end of file
1 {"width":256,"imagePath":"duck_tex.png","height":256,"name":"duck","SubTexture":[{"width":66,"y":108,"height":10,"name":"duck07","x":160},{"width":35,"y":64,"height":40,"name":"duck04","x":160},{"width":24,"y":76,"height":30,"name":"duck05","x":197},{"width":24,"y":44,"height":30,"name":"duck06","x":222},{"width":60,"y":1,"height":61,"name":"duck03","x":160},{"width":27,"y":1,"height":41,"name":"duck02","x":222},{"width":157,"y":1,"height":126,"name":"duck01","x":1}]}
...\ No newline at end of file ...\ No newline at end of file
1 {
2 "ver": "1.0.0",
3 "uuid": "3348c645-59e4-4bf2-b5ac-02172ce7f044",
4 "atlasJson": "{\"width\":256,\"imagePath\":\"duck_tex.png\",\"height\":256,\"name\":\"duck\",\"SubTexture\":[{\"width\":66,\"y\":108,\"height\":10,\"name\":\"duck07\",\"x\":160},{\"width\":35,\"y\":64,\"height\":40,\"name\":\"duck04\",\"x\":160},{\"width\":24,\"y\":76,\"height\":30,\"name\":\"duck05\",\"x\":197},{\"width\":24,\"y\":44,\"height\":30,\"name\":\"duck06\",\"x\":222},{\"width\":60,\"y\":1,\"height\":61,\"name\":\"duck03\",\"x\":160},{\"width\":27,\"y\":1,\"height\":41,\"name\":\"duck02\",\"x\":222},{\"width\":157,\"y\":1,\"height\":126,\"name\":\"duck01\",\"x\":1}]}",
5 "texture": "5d2ba554-a63a-4a5c-96d2-82152eff95b5",
6 "subMetas": {}
7 }
...\ No newline at end of file ...\ No newline at end of file
1 {
2 "ver": "2.2.0",
3 "uuid": "5d2ba554-a63a-4a5c-96d2-82152eff95b5",
4 "type": "sprite",
5 "wrapMode": "clamp",
6 "filterMode": "bilinear",
7 "premultiplyAlpha": false,
8 "subMetas": {
9 "duck_tex": {
10 "ver": "1.0.4",
11 "uuid": "abf7a9c2-4fb6-4899-ba2b-2dc582b38b12",
12 "rawTextureUuid": "5d2ba554-a63a-4a5c-96d2-82152eff95b5",
13 "trimType": "auto",
14 "trimThreshold": 1,
15 "rotated": false,
16 "offsetX": -3,
17 "offsetY": 64,
18 "trimX": 1,
19 "trimY": 1,
20 "width": 248,
21 "height": 126,
22 "rawWidth": 256,
23 "rawHeight": 256,
24 "borderTop": 0,
25 "borderBottom": 0,
26 "borderLeft": 0,
27 "borderRight": 0,
28 "subMetas": {}
29 }
30 }
31 }
...\ No newline at end of file ...\ No newline at end of file
1 {
2 "ver": "2.2.0",
3 "uuid": "926267b5-de6e-4a3d-9f82-f5ec7006bd00",
4 "type": "sprite",
5 "wrapMode": "clamp",
6 "filterMode": "bilinear",
7 "premultiplyAlpha": false,
8 "subMetas": {
9 "bg_loading_pop_2": {
10 "ver": "1.0.4",
11 "uuid": "260d622d-3a11-4350-8775-4a225ae5a348",
12 "rawTextureUuid": "926267b5-de6e-4a3d-9f82-f5ec7006bd00",
13 "trimType": "auto",
14 "trimThreshold": 1,
15 "rotated": false,
16 "offsetX": 0,
17 "offsetY": 0,
18 "trimX": 0,
19 "trimY": 0,
20 "width": 635,
21 "height": 342,
22 "rawWidth": 635,
23 "rawHeight": 342,
24 "borderTop": 0,
25 "borderBottom": 0,
26 "borderLeft": 0,
27 "borderRight": 0,
28 "subMetas": {}
29 }
30 }
31 }
...\ No newline at end of file ...\ No newline at end of file
1 {
2 "ver": "2.2.0",
3 "uuid": "768a3cbe-ea2a-412a-9915-5ba206f2120b",
4 "type": "sprite",
5 "wrapMode": "clamp",
6 "filterMode": "bilinear",
7 "premultiplyAlpha": false,
8 "subMetas": {
9 "bg_shop_item_icon": {
10 "ver": "1.0.4",
11 "uuid": "20a09849-4fac-4159-ab45-65501e0f945b",
12 "rawTextureUuid": "768a3cbe-ea2a-412a-9915-5ba206f2120b",
13 "trimType": "auto",
14 "trimThreshold": 1,
15 "rotated": false,
16 "offsetX": 0,
17 "offsetY": 0,
18 "trimX": 0,
19 "trimY": 0,
20 "width": 75,
21 "height": 75,
22 "rawWidth": 75,
23 "rawHeight": 75,
24 "borderTop": 0,
25 "borderBottom": 0,
26 "borderLeft": 0,
27 "borderRight": 0,
28 "subMetas": {}
29 }
30 }
31 }
...\ No newline at end of file ...\ No newline at end of file
1 {
2 "ver": "2.2.0",
3 "uuid": "8618fb6f-4c3c-42b9-8357-e309a7155f28",
4 "type": "sprite",
5 "wrapMode": "clamp",
6 "filterMode": "bilinear",
7 "premultiplyAlpha": false,
8 "subMetas": {
9 "btn_back_2": {
10 "ver": "1.0.4",
11 "uuid": "e43d8224-1726-467f-a939-8ea9c8efc8bc",
12 "rawTextureUuid": "8618fb6f-4c3c-42b9-8357-e309a7155f28",
13 "trimType": "auto",
14 "trimThreshold": 1,
15 "rotated": false,
16 "offsetX": -0.5,
17 "offsetY": 0.5,
18 "trimX": 0,
19 "trimY": 0,
20 "width": 53,
21 "height": 47,
22 "rawWidth": 54,
23 "rawHeight": 48,
24 "borderTop": 0,
25 "borderBottom": 0,
26 "borderLeft": 0,
27 "borderRight": 0,
28 "subMetas": {}
29 }
30 }
31 }
...\ No newline at end of file ...\ No newline at end of file
1 {
2 "ver": "2.2.0",
3 "uuid": "61ca46a0-2e29-48ab-9af7-c9b3ba0bc8ac",
4 "type": "sprite",
5 "wrapMode": "clamp",
6 "filterMode": "bilinear",
7 "premultiplyAlpha": false,
8 "subMetas": {
9 "btn_common_pop_close": {
10 "ver": "1.0.4",
11 "uuid": "59262b31-5913-43a6-8075-23de6b2f9a06",
12 "rawTextureUuid": "61ca46a0-2e29-48ab-9af7-c9b3ba0bc8ac",
13 "trimType": "auto",
14 "trimThreshold": 1,
15 "rotated": false,
16 "offsetX": 0,
17 "offsetY": 0,
18 "trimX": 0,
19 "trimY": 0,
20 "width": 82,
21 "height": 82,
22 "rawWidth": 82,
23 "rawHeight": 82,
24 "borderTop": 0,
25 "borderBottom": 0,
26 "borderLeft": 0,
27 "borderRight": 0,
28 "subMetas": {}
29 }
30 }
31 }
...\ No newline at end of file ...\ No newline at end of file
1 {
2 "ver": "2.2.0",
3 "uuid": "87254772-462f-487e-b3af-3c1b2c68de34",
4 "type": "sprite",
5 "wrapMode": "clamp",
6 "filterMode": "bilinear",
7 "premultiplyAlpha": false,
8 "subMetas": {
9 "head_1": {
10 "ver": "1.0.4",
11 "uuid": "55fbb89f-85d9-4bb8-8825-9cb5292881f5",
12 "rawTextureUuid": "87254772-462f-487e-b3af-3c1b2c68de34",
13 "trimType": "auto",
14 "trimThreshold": 1,
15 "rotated": false,
16 "offsetX": 0,
17 "offsetY": 0,
18 "trimX": 0,
19 "trimY": 0,
20 "width": 168,
21 "height": 220,
22 "rawWidth": 168,
23 "rawHeight": 220,
24 "borderTop": 0,
25 "borderBottom": 0,
26 "borderLeft": 0,
27 "borderRight": 0,
28 "subMetas": {}
29 }
30 }
31 }
...\ No newline at end of file ...\ No newline at end of file
1 {
2 "ver": "2.2.0",
3 "uuid": "00f32f7d-54fd-4c97-a226-b61561b33239",
4 "type": "sprite",
5 "wrapMode": "clamp",
6 "filterMode": "bilinear",
7 "premultiplyAlpha": false,
8 "subMetas": {
9 "icon_money": {
10 "ver": "1.0.4",
11 "uuid": "3f55e57f-58ff-4674-80a1-4f3cb937762c",
12 "rawTextureUuid": "00f32f7d-54fd-4c97-a226-b61561b33239",
13 "trimType": "auto",
14 "trimThreshold": 1,
15 "rotated": false,
16 "offsetX": 0,
17 "offsetY": 0,
18 "trimX": 0,
19 "trimY": 0,
20 "width": 196,
21 "height": 168,
22 "rawWidth": 196,
23 "rawHeight": 168,
24 "borderTop": 0,
25 "borderBottom": 0,
26 "borderLeft": 0,
27 "borderRight": 0,
28 "subMetas": {}
29 }
30 }
31 }
...\ No newline at end of file ...\ No newline at end of file
...@@ -8,8 +8,7 @@ ...@@ -8,8 +8,7 @@
8 "__id__": 1 8 "__id__": 1
9 }, 9 },
10 "optimizationPolicy": 0, 10 "optimizationPolicy": 0,
11 "asyncLoadAssets": false, 11 "asyncLoadAssets": false
12 "readonly": false
13 }, 12 },
14 { 13 {
15 "__type__": "cc.Node", 14 "__type__": "cc.Node",
...@@ -44,8 +43,8 @@ ...@@ -44,8 +43,8 @@
44 }, 43 },
45 "_contentSize": { 44 "_contentSize": {
46 "__type__": "cc.Size", 45 "__type__": "cc.Size",
47 "width": 40, 46 "width": 159,
48 "height": 36 47 "height": 72
49 }, 48 },
50 "_anchorPoint": { 49 "_anchorPoint": {
51 "__type__": "cc.Vec2", 50 "__type__": "cc.Vec2",
...@@ -64,18 +63,18 @@ ...@@ -64,18 +63,18 @@
64 "y": 1, 63 "y": 1,
65 "z": 1 64 "z": 1
66 }, 65 },
67 "_eulerAngles": { 66 "_rotationX": 0,
68 "__type__": "cc.Vec3", 67 "_rotationY": 0,
68 "_quat": {
69 "__type__": "cc.Quat",
69 "x": 0, 70 "x": 0,
70 "y": 0, 71 "y": 0,
71 "z": 0 72 "z": 0,
73 "w": 1
72 }, 74 },
73 "_skewX": 0, 75 "_skewX": 0,
74 "_skewY": 0, 76 "_skewY": 0,
75 "_is3DNode": false,
76 "groupIndex": 0, 77 "groupIndex": 0,
77 "_rotationX": 0,
78 "_rotationY": 0,
79 "_id": "" 78 "_id": ""
80 }, 79 },
81 { 80 {
...@@ -106,8 +105,8 @@ ...@@ -106,8 +105,8 @@
106 }, 105 },
107 "_contentSize": { 106 "_contentSize": {
108 "__type__": "cc.Size", 107 "__type__": "cc.Size",
109 "width": 40, 108 "width": 159,
110 "height": 36 109 "height": 72
111 }, 110 },
112 "_anchorPoint": { 111 "_anchorPoint": {
113 "__type__": "cc.Vec2", 112 "__type__": "cc.Vec2",
...@@ -126,18 +125,18 @@ ...@@ -126,18 +125,18 @@
126 "y": 1, 125 "y": 1,
127 "z": 1 126 "z": 1
128 }, 127 },
129 "_eulerAngles": { 128 "_rotationX": 0,
130 "__type__": "cc.Vec3", 129 "_rotationY": 0,
130 "_quat": {
131 "__type__": "cc.Quat",
131 "x": 0, 132 "x": 0,
132 "y": 0, 133 "y": 0,
133 "z": 0 134 "z": 0,
135 "w": 1
134 }, 136 },
135 "_skewX": 0, 137 "_skewX": 0,
136 "_skewY": 0, 138 "_skewY": 0,
137 "_is3DNode": false,
138 "groupIndex": 0, 139 "groupIndex": 0,
139 "_rotationX": 0,
140 "_rotationY": 0,
141 "_id": "" 140 "_id": ""
142 }, 141 },
143 { 142 {
...@@ -148,11 +147,6 @@ ...@@ -148,11 +147,6 @@
148 "__id__": 2 147 "__id__": 2
149 }, 148 },
150 "_enabled": true, 149 "_enabled": true,
151 "_materials": [
152 {
153 "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
154 }
155 ],
156 "_srcBlendFactor": 770, 150 "_srcBlendFactor": 770,
157 "_dstBlendFactor": 771, 151 "_dstBlendFactor": 771,
158 "_spriteFrame": null, 152 "_spriteFrame": null,
...@@ -167,6 +161,7 @@ ...@@ -167,6 +161,7 @@
167 "_fillStart": 0, 161 "_fillStart": 0,
168 "_fillRange": 0, 162 "_fillRange": 0,
169 "_isTrimmedMode": true, 163 "_isTrimmedMode": true,
164 "_state": 0,
170 "_atlas": null, 165 "_atlas": null,
171 "_id": "" 166 "_id": ""
172 }, 167 },
...@@ -192,9 +187,9 @@ ...@@ -192,9 +187,9 @@
192 "alignMode": 1, 187 "alignMode": 1,
193 "_target": null, 188 "_target": null,
194 "_alignFlags": 9, 189 "_alignFlags": 9,
195 "_left": -20, 190 "_left": -79.5,
196 "_right": 0, 191 "_right": 0,
197 "_top": 702, 192 "_top": 684,
198 "_bottom": 0, 193 "_bottom": 0,
199 "_verticalCenter": 0, 194 "_verticalCenter": 0,
200 "_horizontalCenter": 0, 195 "_horizontalCenter": 0,
......
1 <root> 1 <root>
2 2
3 <explore id="1" id2="1" name="555,没人陪我玩,好寂寞。" type="1" map="1" choice1="陪陪蜥蜴,和它交朋友" choice2="陪它去看《小猪佩奇》,开朗的孩子朋友多。" function="1:500054" image="xiyi.png" reward="10001:100"/> 3 <explore id="1" id2="1" name="555,没人陪我玩,好寂寞。" type="1" map="1" choice1="陪陪蜥蜴,和它交朋友" choice2="陪它去看《小猪佩奇》,开朗的孩子朋友多。" function="1:500054" image="xiyi.png" reward="10001:100"/>
4 <explore id="2" id2="1" name="555,没人陪我玩,好寂寞。" type="1" map="1" choice1="陪陪蜥蜴,和它交朋友" choice2="去玩叠蛋糕给它看,这个小游戏可好玩了!" function="2:300056" image="xiyi.png" reward="10001:100"/> 4 <explore id="2" id2="1" name="555,没人陪我玩,好寂寞。" type="2" map="1" choice1="陪陪蜥蜴,和它交朋友" choice2="去玩叠蛋糕给它看,这个小游戏可好玩了!" function="2:300056" image="xiyi.png" reward="10001:100"/>
5 <explore id="3" id2="1" name="555,没人陪我玩,好寂寞。" type="1" map="1" choice1="陪陪蜥蜴,和它交朋友" choice2="和小狗一起听儿歌:工程车之歌" function="3:18897" image="xiyi.png" reward="10001:100"/> 5 <explore id="3" id2="1" name="555,没人陪我玩,好寂寞。" type="2" map="1" choice1="陪陪蜥蜴,和它交朋友" choice2="和小狗一起听儿歌:工程车之歌" function="3:18897" image="xiyi.png" reward="10001:100"/>
6 <explore id="4" id2="1" name="555,没人陪我玩,好寂寞。" type="1" map="1" choice1="我想和别的小动物一起玩。" choice2="" function="1:500054" image="xiyi.png" reward="10001:100"/> 6 <explore id="4" id2="1" name="555,没人陪我玩,好寂寞。" type="1" map="1" choice1="我想和别的小动物一起玩。" choice2="" function="1:500054" image="xiyi.png" reward="10001:100"/>
7 <explore id="5" id2="1" name="捡到一个宝箱。" type="2" map="1" choice1="" choice2="" function="1:500054" image="baoxiang.png" reward="10001:100"/> 7 <explore id="5" id2="1" name="捡到一个宝箱。" type="2" map="1" choice1="" choice2="" function="1:500054" image="baoxiang.png" reward="10001:100"/>
8 <explore id="6" id2="1" name="迷路了,进度减少10%" type="3" map="1" choice1="" choice2="" function="1:500054" image="xiyi.png" reward="10001:100"/> 8 <explore id="6" id2="1" name="迷路了,进度减少10%" type="3" map="1" choice1="" choice2="" function="1:500054" image="xiyi.png" reward="10001:100"/>
......
1 {
2 "ver": "2.2.0",
3 "uuid": "55a2f65d-ae2f-430d-997a-a183b03af495",
4 "type": "sprite",
5 "wrapMode": "clamp",
6 "filterMode": "bilinear",
7 "premultiplyAlpha": false,
8 "subMetas": {
9 "turntable_tomorrow": {
10 "ver": "1.0.4",
11 "uuid": "94bfdc3d-6b0f-4a61-b0f0-beed62e88578",
12 "rawTextureUuid": "55a2f65d-ae2f-430d-997a-a183b03af495",
13 "trimType": "auto",
14 "trimThreshold": 1,
15 "rotated": false,
16 "offsetX": 0,
17 "offsetY": 0,
18 "trimX": 0,
19 "trimY": 1,
20 "width": 94,
21 "height": 97,
22 "rawWidth": 94,
23 "rawHeight": 99,
24 "borderTop": 0,
25 "borderBottom": 0,
26 "borderLeft": 0,
27 "borderRight": 0,
28 "subMetas": {}
29 }
30 }
31 }
...\ No newline at end of file ...\ No newline at end of file
1 {
2 "ver": "2.2.0",
3 "uuid": "21e522fa-4f5a-4dbe-8880-d68215b08d1a",
4 "type": "sprite",
5 "wrapMode": "clamp",
6 "filterMode": "bilinear",
7 "premultiplyAlpha": false,
8 "subMetas": {
9 "xiyi": {
10 "ver": "1.0.4",
11 "uuid": "30eaee90-b002-4d6c-a1c1-f252176a5890",
12 "rawTextureUuid": "21e522fa-4f5a-4dbe-8880-d68215b08d1a",
13 "trimType": "auto",
14 "trimThreshold": 1,
15 "rotated": false,
16 "offsetX": 0,
17 "offsetY": 0,
18 "trimX": 0,
19 "trimY": 0,
20 "width": 120,
21 "height": 158,
22 "rawWidth": 120,
23 "rawHeight": 158,
24 "borderTop": 0,
25 "borderBottom": 0,
26 "borderLeft": 0,
27 "borderRight": 0,
28 "subMetas": {}
29 }
30 }
31 }
...\ No newline at end of file ...\ No newline at end of file
1 [
2 {
3 "__type__": "cc.Prefab",
4 "_name": "",
5 "_objFlags": 0,
6 "_native": "",
7 "data": {
8 "__id__": 1
9 },
10 "optimizationPolicy": 0,
11 "asyncLoadAssets": false
12 },
13 {
14 "__type__": "cc.Node",
15 "_name": "pfbDialogCell",
16 "_objFlags": 0,
17 "_parent": null,
18 "_children": [
19 {
20 "__id__": 2
21 },
22 {
23 "__id__": 5
24 }
25 ],
26 "_active": true,
27 "_level": 1,
28 "_components": [],
29 "_prefab": {
30 "__id__": 8
31 },
32 "_opacity": 255,
33 "_color": {
34 "__type__": "cc.Color",
35 "r": 255,
36 "g": 255,
37 "b": 255,
38 "a": 255
39 },
40 "_contentSize": {
41 "__type__": "cc.Size",
42 "width": 450,
43 "height": 40
44 },
45 "_anchorPoint": {
46 "__type__": "cc.Vec2",
47 "x": 0.5,
48 "y": 0.5
49 },
50 "_position": {
51 "__type__": "cc.Vec3",
52 "x": 0,
53 "y": 0,
54 "z": 0
55 },
56 "_scale": {
57 "__type__": "cc.Vec3",
58 "x": 1,
59 "y": 1,
60 "z": 1
61 },
62 "_rotationX": 0,
63 "_rotationY": 0,
64 "_quat": {
65 "__type__": "cc.Quat",
66 "x": 0,
67 "y": 0,
68 "z": 0,
69 "w": 1
70 },
71 "_skewX": 0,
72 "_skewY": 0,
73 "groupIndex": 0,
74 "_id": ""
75 },
76 {
77 "__type__": "cc.Node",
78 "_name": "Icon",
79 "_objFlags": 0,
80 "_parent": {
81 "__id__": 1
82 },
83 "_children": [],
84 "_active": true,
85 "_level": 0,
86 "_components": [
87 {
88 "__id__": 3
89 }
90 ],
91 "_prefab": {
92 "__id__": 4
93 },
94 "_opacity": 255,
95 "_color": {
96 "__type__": "cc.Color",
97 "r": 255,
98 "g": 255,
99 "b": 255,
100 "a": 255
101 },
102 "_contentSize": {
103 "__type__": "cc.Size",
104 "width": 20,
105 "height": 20
106 },
107 "_anchorPoint": {
108 "__type__": "cc.Vec2",
109 "x": 0.5,
110 "y": 0.5
111 },
112 "_position": {
113 "__type__": "cc.Vec3",
114 "x": -222,
115 "y": 0,
116 "z": 0
117 },
118 "_scale": {
119 "__type__": "cc.Vec3",
120 "x": 1,
121 "y": 1,
122 "z": 1
123 },
124 "_rotationX": 0,
125 "_rotationY": 0,
126 "_quat": {
127 "__type__": "cc.Quat",
128 "x": 0,
129 "y": 0,
130 "z": 0,
131 "w": 1
132 },
133 "_skewX": 0,
134 "_skewY": 0,
135 "groupIndex": 0,
136 "_id": ""
137 },
138 {
139 "__type__": "cc.Sprite",
140 "_name": "",
141 "_objFlags": 0,
142 "node": {
143 "__id__": 2
144 },
145 "_enabled": true,
146 "_srcBlendFactor": 770,
147 "_dstBlendFactor": 771,
148 "_spriteFrame": null,
149 "_type": 0,
150 "_sizeMode": 1,
151 "_fillType": 0,
152 "_fillCenter": {
153 "__type__": "cc.Vec2",
154 "x": 0,
155 "y": 0
156 },
157 "_fillStart": 0,
158 "_fillRange": 0,
159 "_isTrimmedMode": true,
160 "_state": 0,
161 "_atlas": null,
162 "_id": ""
163 },
164 {
165 "__type__": "cc.PrefabInfo",
166 "root": {
167 "__id__": 1
168 },
169 "asset": {
170 "__uuid__": "cbd54b30-9e7f-422c-b742-9b434a12b6da"
171 },
172 "fileId": "592x6ksi9BRrRAJCVkUIic",
173 "sync": false
174 },
175 {
176 "__type__": "cc.Node",
177 "_name": "Content",
178 "_objFlags": 0,
179 "_parent": {
180 "__id__": 1
181 },
182 "_children": [],
183 "_active": true,
184 "_level": 2,
185 "_components": [
186 {
187 "__id__": 6
188 }
189 ],
190 "_prefab": {
191 "__id__": 7
192 },
193 "_opacity": 255,
194 "_color": {
195 "__type__": "cc.Color",
196 "r": 0,
197 "g": 0,
198 "b": 0,
199 "a": 255
200 },
201 "_contentSize": {
202 "__type__": "cc.Size",
203 "width": 450,
204 "height": 40
205 },
206 "_anchorPoint": {
207 "__type__": "cc.Vec2",
208 "x": 0.5,
209 "y": 0.5
210 },
211 "_position": {
212 "__type__": "cc.Vec3",
213 "x": 0,
214 "y": 0,
215 "z": 0
216 },
217 "_scale": {
218 "__type__": "cc.Vec3",
219 "x": 1,
220 "y": 1,
221 "z": 1
222 },
223 "_rotationX": 0,
224 "_rotationY": 0,
225 "_quat": {
226 "__type__": "cc.Quat",
227 "x": 0,
228 "y": 0,
229 "z": 0,
230 "w": 1
231 },
232 "_skewX": 0,
233 "_skewY": 0,
234 "groupIndex": 0,
235 "_id": ""
236 },
237 {
238 "__type__": "cc.Label",
239 "_name": "",
240 "_objFlags": 0,
241 "node": {
242 "__id__": 5
243 },
244 "_enabled": true,
245 "_useOriginalSize": false,
246 "_string": "陪他去看《小猪佩奇》,开朗的孩子朋友多",
247 "_N$string": "陪他去看《小猪佩奇》,开朗的孩子朋友多",
248 "_fontSize": 40,
249 "_lineHeight": 40,
250 "_enableWrapText": true,
251 "_N$file": null,
252 "_isSystemFontUsed": true,
253 "_spacingX": 0,
254 "_batchAsBitmap": false,
255 "_N$horizontalAlign": 1,
256 "_N$verticalAlign": 1,
257 "_N$fontFamily": "Arial",
258 "_N$overflow": 2,
259 "_N$cacheMode": 0,
260 "_id": ""
261 },
262 {
263 "__type__": "cc.PrefabInfo",
264 "root": {
265 "__id__": 1
266 },
267 "asset": {
268 "__uuid__": "cbd54b30-9e7f-422c-b742-9b434a12b6da"
269 },
270 "fileId": "83YAY8oi5FD67hDNJN+Ezb",
271 "sync": false
272 },
273 {
274 "__type__": "cc.PrefabInfo",
275 "root": {
276 "__id__": 1
277 },
278 "asset": {
279 "__uuid__": "cbd54b30-9e7f-422c-b742-9b434a12b6da"
280 },
281 "fileId": "43je+l5UZHppZNWqV9PaIl",
282 "sync": false
283 }
284 ]
...\ No newline at end of file ...\ No newline at end of file
1 {
2 "ver": "1.0.1",
3 "uuid": "cbd54b30-9e7f-422c-b742-9b434a12b6da",
4 "optimizationPolicy": "AUTO",
5 "asyncLoadAssets": false,
6 "subMetas": {}
7 }
...\ No newline at end of file ...\ No newline at end of file
1 [
2 {
3 "__type__": "cc.Prefab",
4 "_name": "",
5 "_objFlags": 0,
6 "_native": "",
7 "data": {
8 "__id__": 1
9 },
10 "optimizationPolicy": 0,
11 "asyncLoadAssets": false
12 },
13 {
14 "__type__": "cc.Node",
15 "_name": "pfbShowCategory",
16 "_objFlags": 0,
17 "_parent": null,
18 "_children": [
19 {
20 "__id__": 2
21 },
22 {
23 "__id__": 5
24 },
25 {
26 "__id__": 8
27 },
28 {
29 "__id__": 11
30 }
31 ],
32 "_active": true,
33 "_level": 1,
34 "_components": [
35 {
36 "__id__": 14
37 }
38 ],
39 "_prefab": {
40 "__id__": 15
41 },
42 "_opacity": 255,
43 "_color": {
44 "__type__": "cc.Color",
45 "r": 255,
46 "g": 255,
47 "b": 255,
48 "a": 255
49 },
50 "_contentSize": {
51 "__type__": "cc.Size",
52 "width": 499,
53 "height": 109
54 },
55 "_anchorPoint": {
56 "__type__": "cc.Vec2",
57 "x": 0.5,
58 "y": 0.5
59 },
60 "_position": {
61 "__type__": "cc.Vec3",
62 "x": 0,
63 "y": 0,
64 "z": 0
65 },
66 "_scale": {
67 "__type__": "cc.Vec3",
68 "x": 1,
69 "y": 1,
70 "z": 1
71 },
72 "_rotationX": 0,
73 "_rotationY": 0,
74 "_quat": {
75 "__type__": "cc.Quat",
76 "x": 0,
77 "y": 0,
78 "z": 0,
79 "w": 1
80 },
81 "_skewX": 0,
82 "_skewY": 0,
83 "groupIndex": 0,
84 "_id": ""
85 },
86 {
87 "__type__": "cc.Node",
88 "_name": "New Sprite(Splash)",
89 "_objFlags": 0,
90 "_parent": {
91 "__id__": 1
92 },
93 "_children": [],
94 "_active": true,
95 "_level": 2,
96 "_components": [
97 {
98 "__id__": 3
99 }
100 ],
101 "_prefab": {
102 "__id__": 4
103 },
104 "_opacity": 255,
105 "_color": {
106 "__type__": "cc.Color",
107 "r": 0,
108 "g": 0,
109 "b": 0,
110 "a": 255
111 },
112 "_contentSize": {
113 "__type__": "cc.Size",
114 "width": 499,
115 "height": 109
116 },
117 "_anchorPoint": {
118 "__type__": "cc.Vec2",
119 "x": 0.5,
120 "y": 0.5
121 },
122 "_position": {
123 "__type__": "cc.Vec3",
124 "x": 0,
125 "y": 0,
126 "z": 0
127 },
128 "_scale": {
129 "__type__": "cc.Vec3",
130 "x": 1,
131 "y": 1,
132 "z": 1
133 },
134 "_rotationX": 0,
135 "_rotationY": 0,
136 "_quat": {
137 "__type__": "cc.Quat",
138 "x": 0,
139 "y": 0,
140 "z": 0,
141 "w": 1
142 },
143 "_skewX": 0,
144 "_skewY": 0,
145 "groupIndex": 0,
146 "_id": ""
147 },
148 {
149 "__type__": "cc.Sprite",
150 "_name": "",
151 "_objFlags": 0,
152 "node": {
153 "__id__": 2
154 },
155 "_enabled": true,
156 "_srcBlendFactor": 770,
157 "_dstBlendFactor": 771,
158 "_spriteFrame": {
159 "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
160 },
161 "_type": 0,
162 "_sizeMode": 0,
163 "_fillType": 0,
164 "_fillCenter": {
165 "__type__": "cc.Vec2",
166 "x": 0,
167 "y": 0
168 },
169 "_fillStart": 0,
170 "_fillRange": 0,
171 "_isTrimmedMode": true,
172 "_state": 0,
173 "_atlas": null,
174 "_id": ""
175 },
176 {
177 "__type__": "cc.PrefabInfo",
178 "root": {
179 "__id__": 1
180 },
181 "asset": {
182 "__uuid__": "8fc297a9-26e1-4936-aaa0-59dffbb57d8d"
183 },
184 "fileId": "e4M4WCL31CNrUEnnaC/ZIS",
185 "sync": false
186 },
187 {
188 "__type__": "cc.Node",
189 "_name": "New Sprite",
190 "_objFlags": 0,
191 "_parent": {
192 "__id__": 1
193 },
194 "_children": [],
195 "_active": true,
196 "_level": 2,
197 "_components": [
198 {
199 "__id__": 6
200 }
201 ],
202 "_prefab": {
203 "__id__": 7
204 },
205 "_opacity": 255,
206 "_color": {
207 "__type__": "cc.Color",
208 "r": 255,
209 "g": 255,
210 "b": 255,
211 "a": 255
212 },
213 "_contentSize": {
214 "__type__": "cc.Size",
215 "width": 75,
216 "height": 75
217 },
218 "_anchorPoint": {
219 "__type__": "cc.Vec2",
220 "x": 0.5,
221 "y": 0.5
222 },
223 "_position": {
224 "__type__": "cc.Vec3",
225 "x": -132,
226 "y": 0,
227 "z": 0
228 },
229 "_scale": {
230 "__type__": "cc.Vec3",
231 "x": 1,
232 "y": 1,
233 "z": 1
234 },
235 "_rotationX": 0,
236 "_rotationY": 0,
237 "_quat": {
238 "__type__": "cc.Quat",
239 "x": 0,
240 "y": 0,
241 "z": 0,
242 "w": 1
243 },
244 "_skewX": 0,
245 "_skewY": 0,
246 "groupIndex": 0,
247 "_id": ""
248 },
249 {
250 "__type__": "cc.Sprite",
251 "_name": "",
252 "_objFlags": 0,
253 "node": {
254 "__id__": 5
255 },
256 "_enabled": true,
257 "_srcBlendFactor": 770,
258 "_dstBlendFactor": 771,
259 "_spriteFrame": {
260 "__uuid__": "20a09849-4fac-4159-ab45-65501e0f945b"
261 },
262 "_type": 0,
263 "_sizeMode": 1,
264 "_fillType": 0,
265 "_fillCenter": {
266 "__type__": "cc.Vec2",
267 "x": 0,
268 "y": 0
269 },
270 "_fillStart": 0,
271 "_fillRange": 0,
272 "_isTrimmedMode": true,
273 "_state": 0,
274 "_atlas": null,
275 "_id": ""
276 },
277 {
278 "__type__": "cc.PrefabInfo",
279 "root": {
280 "__id__": 1
281 },
282 "asset": {
283 "__uuid__": "8fc297a9-26e1-4936-aaa0-59dffbb57d8d"
284 },
285 "fileId": "29CRPS5n1LD55GZeLNDFrY",
286 "sync": false
287 },
288 {
289 "__type__": "cc.Node",
290 "_name": "Pic",
291 "_objFlags": 0,
292 "_parent": {
293 "__id__": 1
294 },
295 "_children": [],
296 "_active": true,
297 "_level": 2,
298 "_components": [
299 {
300 "__id__": 9
301 }
302 ],
303 "_prefab": {
304 "__id__": 10
305 },
306 "_opacity": 255,
307 "_color": {
308 "__type__": "cc.Color",
309 "r": 255,
310 "g": 255,
311 "b": 255,
312 "a": 255
313 },
314 "_contentSize": {
315 "__type__": "cc.Size",
316 "width": 61,
317 "height": 61
318 },
319 "_anchorPoint": {
320 "__type__": "cc.Vec2",
321 "x": 0.5,
322 "y": 0.5
323 },
324 "_position": {
325 "__type__": "cc.Vec3",
326 "x": -133,
327 "y": 0,
328 "z": 0
329 },
330 "_scale": {
331 "__type__": "cc.Vec3",
332 "x": 1,
333 "y": 1,
334 "z": 1
335 },
336 "_rotationX": 0,
337 "_rotationY": 0,
338 "_quat": {
339 "__type__": "cc.Quat",
340 "x": 0,
341 "y": 0,
342 "z": 0,
343 "w": 1
344 },
345 "_skewX": 0,
346 "_skewY": 0,
347 "groupIndex": 0,
348 "_id": ""
349 },
350 {
351 "__type__": "cc.Sprite",
352 "_name": "",
353 "_objFlags": 0,
354 "node": {
355 "__id__": 8
356 },
357 "_enabled": true,
358 "_srcBlendFactor": 770,
359 "_dstBlendFactor": 771,
360 "_spriteFrame": {
361 "__uuid__": "437d0612-8583-46d0-ad75-46a400680bbb"
362 },
363 "_type": 0,
364 "_sizeMode": 1,
365 "_fillType": 0,
366 "_fillCenter": {
367 "__type__": "cc.Vec2",
368 "x": 0,
369 "y": 0
370 },
371 "_fillStart": 0,
372 "_fillRange": 0,
373 "_isTrimmedMode": true,
374 "_state": 0,
375 "_atlas": null,
376 "_id": ""
377 },
378 {
379 "__type__": "cc.PrefabInfo",
380 "root": {
381 "__id__": 1
382 },
383 "asset": {
384 "__uuid__": "8fc297a9-26e1-4936-aaa0-59dffbb57d8d"
385 },
386 "fileId": "38ud78dPJMv4KKCPooxuqe",
387 "sync": false
388 },
389 {
390 "__type__": "cc.Node",
391 "_name": "Txt",
392 "_objFlags": 0,
393 "_parent": {
394 "__id__": 1
395 },
396 "_children": [],
397 "_active": true,
398 "_level": 2,
399 "_components": [
400 {
401 "__id__": 12
402 }
403 ],
404 "_prefab": {
405 "__id__": 13
406 },
407 "_opacity": 255,
408 "_color": {
409 "__type__": "cc.Color",
410 "r": 255,
411 "g": 255,
412 "b": 255,
413 "a": 255
414 },
415 "_contentSize": {
416 "__type__": "cc.Size",
417 "width": 300,
418 "height": 40
419 },
420 "_anchorPoint": {
421 "__type__": "cc.Vec2",
422 "x": 0.5,
423 "y": 0.5
424 },
425 "_position": {
426 "__type__": "cc.Vec3",
427 "x": 66,
428 "y": 0,
429 "z": 0
430 },
431 "_scale": {
432 "__type__": "cc.Vec3",
433 "x": 1,
434 "y": 1,
435 "z": 1
436 },
437 "_rotationX": 0,
438 "_rotationY": 0,
439 "_quat": {
440 "__type__": "cc.Quat",
441 "x": 0,
442 "y": 0,
443 "z": 0,
444 "w": 1
445 },
446 "_skewX": 0,
447 "_skewY": 0,
448 "groupIndex": 0,
449 "_id": ""
450 },
451 {
452 "__type__": "cc.Label",
453 "_name": "",
454 "_objFlags": 0,
455 "node": {
456 "__id__": 11
457 },
458 "_enabled": true,
459 "_useOriginalSize": false,
460 "_string": "获取宠物饼干*7200",
461 "_N$string": "获取宠物饼干*7200",
462 "_fontSize": 40,
463 "_lineHeight": 40,
464 "_enableWrapText": true,
465 "_N$file": null,
466 "_isSystemFontUsed": true,
467 "_spacingX": 0,
468 "_batchAsBitmap": false,
469 "_N$horizontalAlign": 1,
470 "_N$verticalAlign": 1,
471 "_N$fontFamily": "Arial",
472 "_N$overflow": 2,
473 "_N$cacheMode": 0,
474 "_id": ""
475 },
476 {
477 "__type__": "cc.PrefabInfo",
478 "root": {
479 "__id__": 1
480 },
481 "asset": {
482 "__uuid__": "8fc297a9-26e1-4936-aaa0-59dffbb57d8d"
483 },
484 "fileId": "a0QHVGyY1JEbOrO+g9hWvC",
485 "sync": false
486 },
487 {
488 "__type__": "cc.Widget",
489 "_name": "",
490 "_objFlags": 0,
491 "node": {
492 "__id__": 1
493 },
494 "_enabled": true,
495 "alignMode": 1,
496 "_target": null,
497 "_alignFlags": 9,
498 "_left": -249.5,
499 "_right": 0,
500 "_top": 665.5,
501 "_bottom": 0,
502 "_verticalCenter": 0,
503 "_horizontalCenter": 0,
504 "_isAbsLeft": true,
505 "_isAbsRight": true,
506 "_isAbsTop": true,
507 "_isAbsBottom": true,
508 "_isAbsHorizontalCenter": true,
509 "_isAbsVerticalCenter": true,
510 "_originalWidth": 0,
511 "_originalHeight": 0,
512 "_id": ""
513 },
514 {
515 "__type__": "cc.PrefabInfo",
516 "root": {
517 "__id__": 1
518 },
519 "asset": {
520 "__uuid__": "8fc297a9-26e1-4936-aaa0-59dffbb57d8d"
521 },
522 "fileId": "f3FKYd7SJEvrs4s48MPI1G",
523 "sync": false
524 }
525 ]
...\ No newline at end of file ...\ No newline at end of file
1 {
2 "ver": "1.0.1",
3 "uuid": "8fc297a9-26e1-4936-aaa0-59dffbb57d8d",
4 "optimizationPolicy": "AUTO",
5 "asyncLoadAssets": false,
6 "subMetas": {}
7 }
...\ No newline at end of file ...\ No newline at end of file