complete sceneGameLobby
Showing
107 changed files
with
1330 additions
and
0 deletions
assets/Scene/sceneDiary.fire
0 → 100644
This diff is collapsed.
Click to expand it.
assets/Scene/sceneDiary.fire.meta
0 → 100644
assets/Scene/sceneGameLobby.fire
0 → 100644
This diff is collapsed.
Click to expand it.
assets/Scene/sceneGameLobby.fire.meta
0 → 100644
assets/Scene/sceneHistory.fire
0 → 100644
This diff is collapsed.
Click to expand it.
assets/Scene/sceneHistory.fire.meta
0 → 100644
assets/Script/Diary.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/Script/Diary.js.meta
0 → 100644
assets/Script/GameLobby.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/Script/GameLobby.js.meta
0 → 100644
assets/Script/History.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/Script/History.js.meta
0 → 100644
... | @@ -309,6 +309,7 @@ cc.Class({ | ... | @@ -309,6 +309,7 @@ cc.Class({ |
309 | //此函数一般start为0 | 309 | //此函数一般start为0 |
310 | //由于光标恢复的需要,希望光标所在PFB和记录的一致,所以PFB的使用,也从start开始 | 310 | //由于光标恢复的需要,希望光标所在PFB和记录的一致,所以PFB的使用,也从start开始 |
311 | var oJSONResult = JSON.parse(strResponse); | 311 | var oJSONResult = JSON.parse(strResponse); |
312 | |||
312 | this._iRecordCount = oJSONResult.count; | 313 | this._iRecordCount = oJSONResult.count; |
313 | 314 | ||
314 | this.adjustScrollBarSize(this._iRecordCount); | 315 | this.adjustScrollBarSize(this._iRecordCount); |
... | @@ -376,6 +377,7 @@ cc.Class({ | ... | @@ -376,6 +377,7 @@ cc.Class({ |
376 | } | 377 | } |
377 | 378 | ||
378 | //------------2.0版本------- | 379 | //------------2.0版本------- |
380 | // cc.log("/////////////"); | ||
379 | nodeCell.active = true; | 381 | nodeCell.active = true; |
380 | //-------------------------- | 382 | //-------------------------- |
381 | } else { | 383 | } else { | ... | ... |
assets/Script/data.meta
0 → 100644
assets/Script/data/GameLobbyCategoryJson.js
0 → 100644
1 | cc.Class({ | ||
2 | extends: cc.Component, | ||
3 | |||
4 | statics: { | ||
5 | gameCategory: { | ||
6 | "businessCode": "success", | ||
7 | "count": 10, | ||
8 | "currentTime": 1567477099396, | ||
9 | "description": "", | ||
10 | "resultSet": [ | ||
11 | { | ||
12 | "id": 233, | ||
13 | "title": "火箭小黄人", | ||
14 | "image": [ | ||
15 | { | ||
16 | "bg": "game/bg_xyx_1", | ||
17 | "fileUrl": "game/xyx_1" | ||
18 | } | ||
19 | ] | ||
20 | }, | ||
21 | { | ||
22 | "id": 233, | ||
23 | "title": "接糖果", | ||
24 | "image": [ | ||
25 | { | ||
26 | "bg": "game/bg_xyx_2", | ||
27 | "fileUrl": "game/xyx_2" | ||
28 | } | ||
29 | ] | ||
30 | }, | ||
31 | { | ||
32 | "id": 233, | ||
33 | "title": "欢乐叠蛋糕", | ||
34 | "image": [ | ||
35 | { | ||
36 | "bg": "game/bg_xyx_3", | ||
37 | "fileUrl": "game/xyx_3" | ||
38 | } | ||
39 | ] | ||
40 | }, | ||
41 | { | ||
42 | "id": 233, | ||
43 | "title": "记忆翻牌", | ||
44 | "image": [ | ||
45 | { | ||
46 | "bg": "game/bg_xyx_4", | ||
47 | "fileUrl": "game/xyx_4" | ||
48 | } | ||
49 | ] | ||
50 | }, | ||
51 | { | ||
52 | "id": 233, | ||
53 | "title": "飞檐走壁", | ||
54 | "image": [ | ||
55 | { | ||
56 | "bg": "game/bg_xyx_5", | ||
57 | "fileUrl": "game/xyx_5" | ||
58 | } | ||
59 | ] | ||
60 | }, | ||
61 | { | ||
62 | "id": 233, | ||
63 | "title": "旋转海盗", | ||
64 | "image": [ | ||
65 | { | ||
66 | "bg": "game/bg_xyx_6", | ||
67 | "fileUrl": "game/xyx_6" | ||
68 | } | ||
69 | ] | ||
70 | }, | ||
71 | { | ||
72 | "id": 233, | ||
73 | "title": "奔跑吧小马宝莉", | ||
74 | "image": [ | ||
75 | { | ||
76 | "bg": "game/bg_xyx_7", | ||
77 | "fileUrl": "game/xyx_7" | ||
78 | } | ||
79 | ] | ||
80 | }, | ||
81 | { | ||
82 | "id": 233, | ||
83 | "title": "猜猜我是谁", | ||
84 | "image": [ | ||
85 | { | ||
86 | "bg": "game/bg_xyx_8", | ||
87 | "fileUrl": "game/xyx_8" | ||
88 | } | ||
89 | ] | ||
90 | }, | ||
91 | { | ||
92 | "id": 233, | ||
93 | "title": "它的颜色", | ||
94 | "image": [ | ||
95 | { | ||
96 | "bg": "game/bg_xyx_9", | ||
97 | "fileUrl": "game/xyx_9" | ||
98 | } | ||
99 | ] | ||
100 | }, | ||
101 | { | ||
102 | "id": 233, | ||
103 | "title": "数一数", | ||
104 | "image": [ | ||
105 | { | ||
106 | "bg": "game/bg_xyx_10", | ||
107 | "fileUrl": "game/xyx_10" | ||
108 | } | ||
109 | ] | ||
110 | } | ||
111 | ] | ||
112 | } | ||
113 | } | ||
114 | |||
115 | }); |
File moved
File moved
File moved
1 | //明星列表ListCell | ||
2 | var Common = require('Common'); | ||
3 | var FocusInfo = require('FocusInfo'); | ||
4 | var ListCell = require('ListCell'); | ||
5 | var Network = require('Network'); | ||
6 | |||
7 | cc.Class({ | ||
8 | extends: ListCell, | ||
9 | |||
10 | properties: { | ||
11 | id: 0, | ||
12 | bg: cc.Sprite, //背景 | ||
13 | starName: cc.Label, //名称 | ||
14 | pic: cc.Sprite, //动漫图片 | ||
15 | }, | ||
16 | |||
17 | statics: { | ||
18 | PFB_NAME: 'prefab/pfbGameCategoryListCell', | ||
19 | CELL_NAME: 'StarListCell', | ||
20 | }, | ||
21 | |||
22 | init: function (iCellIndex, bIsFocusEnable, compSceneCanvas) { | ||
23 | //准备焦点坐标 | ||
24 | let fiCategoryBlock = this.node.addComponent(FocusInfo); | ||
25 | fiCategoryBlock.init( | ||
26 | null, false, null, null, 1.0 | ||
27 | ); | ||
28 | compSceneCanvas.addNodeToFocusTarget(0, this.node.name, this.node); | ||
29 | }, | ||
30 | |||
31 | render(oData, iRecordIndex) { | ||
32 | this.id = oData.id; | ||
33 | this.starName.string = oData.title; | ||
34 | // // this.bg.spriteFrame.setRect(cc.rect(0, 0, 214, 214)); | ||
35 | var self = this; | ||
36 | cc.loader.loadRes(oData.image[0].fileUrl, cc.Texture2D, function (err, texture) { | ||
37 | self.pic.spriteFrame = new cc.SpriteFrame(texture); | ||
38 | }); | ||
39 | // if (oData.image[0]) { | ||
40 | // var self = this; | ||
41 | // Network.loadImageInNativeRuntime( | ||
42 | // Common.TOPDRAW_IMAGE_SERVER + oData.image[0].fileUrl, | ||
43 | // function (texture) { | ||
44 | // self.pic.spriteFrame = new cc.SpriteFrame(texture); | ||
45 | // }, null, this | ||
46 | // ); | ||
47 | // } | ||
48 | // //准备焦点坐标 | ||
49 | // this.node.getComponent(FocusInfo).setTVLink(oData.tvlink); | ||
50 | }, | ||
51 | |||
52 | enableFocusInfo: function () { | ||
53 | this.node.getComponent(FocusInfo).setEnable(true); | ||
54 | }, | ||
55 | |||
56 | disableFocusInfo: function () { | ||
57 | this.node.getComponent(FocusInfo).setEnable(false); | ||
58 | }, | ||
59 | |||
60 | }); |
1 | //观看历史-其他 | ||
2 | var Common = require('Common'); | ||
3 | var FocusInfo = require('FocusInfo'); | ||
4 | var ListCell = require('ListCell'); | ||
5 | var Network = require('Network'); | ||
6 | |||
7 | cc.Class({ | ||
8 | extends: ListCell, | ||
9 | |||
10 | properties: { | ||
11 | id: 0, | ||
12 | pic: cc.Sprite, | ||
13 | activeName1: cc.Label, | ||
14 | activeName2: cc.Label, | ||
15 | normalName: cc.Label, | ||
16 | textPlayTimes: cc.Label, //观看次数 | ||
17 | collectBg: cc.Sprite, //收藏外框 | ||
18 | collectPic: cc.Sprite, //收藏内框 | ||
19 | }, | ||
20 | |||
21 | statics: { | ||
22 | PFB_NAME: 'prefab/pfbHistoryOtherListCell', | ||
23 | CELL_NAME: 'OtherListCell', | ||
24 | }, | ||
25 | |||
26 | init: function (iCellIndex, bIsFocusEnable, compSceneCanvas) { | ||
27 | // cc.find("CollectionBg", this.node).opacity = 0; | ||
28 | // let nodeCollectionBg = this.node.getChildByName("CollectionBg"); | ||
29 | // nodeCollectionBg.getComponent(cc.Sprite).spriteFrame.setRect(cc.rect(0, 0, 53, 171)); | ||
30 | // let nodeCollectionPic = nodeCollectionBg.getChildByName('CollectionPic'); | ||
31 | // nodeCollectionPic.getComponent(cc.Sprite).spriteFrame.setRect(cc.rect(0, 0, 30, 28)); | ||
32 | |||
33 | // let fiCollection = this.node.getChildByName('CollectionBg').addComponent(FocusInfo); | ||
34 | // fiCollection.init( | ||
35 | // null, true, null, null, 1.0); | ||
36 | // compSceneCanvas.addNodeToFocusTarget(0, this.node.getChildByName('CollectionBg').name + iCellIndex, this.node); | ||
37 | // 准备焦点坐标 | ||
38 | // let fiCategoryBlock=this.node.getChildByName('Pic').addComponent(FocusInfo); | ||
39 | let fiCategoryBlock = this.node.addComponent(FocusInfo); | ||
40 | fiCategoryBlock.init( | ||
41 | null, false, null, null, 1.0 | ||
42 | ); | ||
43 | compSceneCanvas.addNodeToFocusTarget(0, this.node.name, this.node); | ||
44 | }, | ||
45 | |||
46 | render(oData, iRecordIndex) { | ||
47 | var self = this; | ||
48 | this.id = oData.id; | ||
49 | this.activeName1.string = oData.name; | ||
50 | this.activeName2.string = oData.name; | ||
51 | this.normalName.string = oData.name; | ||
52 | this.activeName1._updateRenderData(true); | ||
53 | this.activeName2._updateRenderData(true); | ||
54 | this.normalName._updateRenderData(true); | ||
55 | // if (oData.play_times) { | ||
56 | // let value = parseInt(oData.play_times); | ||
57 | // if (value > 10000) { | ||
58 | // this.textPlayTimes.string = parseInt(value / 10000) + "万+"; | ||
59 | // } else { | ||
60 | // this.textPlayTimes.string = value; | ||
61 | // } | ||
62 | // } | ||
63 | if (oData.images.list[0]) { | ||
64 | Network.loadImageInNativeRuntime( | ||
65 | Common.TOPDRAW_IMAGE_SERVER_EDU_RIGHT + oData.images.list[0].fileUrl, | ||
66 | function (texture) { | ||
67 | self.pic.spriteFrame = new cc.SpriteFrame(texture); | ||
68 | }, null, this | ||
69 | ); | ||
70 | } | ||
71 | // self.collectBg.spriteFrame.setRect(cc.rect(0, 0, 53, 171)); | ||
72 | // self.collectPic.spriteFrame.setRect(cc.rect(0, 0, 30, 28)); | ||
73 | // if (oData.isCollect) { | ||
74 | // cc.loader.loadRes("texture/ui/collect_heart", cc.Texture2D, function (err, texture) { | ||
75 | // var spriteFrame = new cc.SpriteFrame(texture, cc.rect(0, 28, 30, 28)); | ||
76 | // self.collectPic.spriteFrame = spriteFrame; | ||
77 | // }); | ||
78 | // } else { | ||
79 | // cc.loader.loadRes("texture/ui/collect_heart", cc.Texture2D, function (err, texture) { | ||
80 | // var spriteFrame = new cc.SpriteFrame(texture, cc.rect(0, 0, 30, 28)); | ||
81 | // self.collectPic.spriteFrame = spriteFrame; | ||
82 | // }); | ||
83 | // } | ||
84 | |||
85 | this.node.getComponent(FocusInfo).setTVLink(oData.tvlink); | ||
86 | }, | ||
87 | |||
88 | enableFocusInfo: function () { | ||
89 | this.node.getComponent(FocusInfo).setEnable(true); | ||
90 | }, | ||
91 | |||
92 | disableFocusInfo: function () { | ||
93 | this.node.getComponent(FocusInfo).setEnable(false); | ||
94 | }, | ||
95 | |||
96 | setUIWithFocus: function () { | ||
97 | let nodeCellName = this.node.getChildByName('Name'); | ||
98 | cc.find("NormalName", nodeCellName).opacity = 255; | ||
99 | //超出滚动 | ||
100 | let nodeScreenTitleText = cc.find('ActiveName/NameContainer/NameText', nodeCellName); | ||
101 | |||
102 | let fOriginalX = nodeScreenTitleText.x; | ||
103 | let fOriginalY = nodeScreenTitleText.y; | ||
104 | |||
105 | let nodeScreenTitleText1 = nodeScreenTitleText.getChildByName('NameText1'); | ||
106 | let nodeScreenTitleText2 = nodeScreenTitleText.getChildByName('NameText2'); | ||
107 | nodeScreenTitleText2.x = nodeScreenTitleText1.x + nodeScreenTitleText1.width + 10;//TODO:补丁,解决滚动重叠 | ||
108 | if (nodeScreenTitleText1.width > nodeScreenTitleText.width) { | ||
109 | cc.find("ActiveName/NameContainer", nodeCellName).opacity = 255; | ||
110 | cc.find("NormalName", nodeCellName).opacity = 0; | ||
111 | let fEndPositionDelta = (nodeScreenTitleText1.width + 30); | ||
112 | //下方时长和字有关系,才能速度一样 | ||
113 | var ftaScreenTitleMoveToTarget = cc.moveTo(10 * (nodeScreenTitleText1.width / nodeScreenTitleText.width), fOriginalX - fEndPositionDelta, fOriginalY); | ||
114 | var ftaScreenTitleMoveToBack = cc.moveTo(0, fOriginalX, fOriginalY); | ||
115 | var sequenceMediaTitle = cc.sequence(ftaScreenTitleMoveToTarget, ftaScreenTitleMoveToBack); | ||
116 | var repeatScreenTitle = cc.repeat(sequenceMediaTitle, 10); | ||
117 | repeatScreenTitle.setTag(Common.OVERLENGTH_MOVING); | ||
118 | nodeScreenTitleText.runAction(repeatScreenTitle); | ||
119 | nodeScreenTitleText2.active = true; | ||
120 | } | ||
121 | }, | ||
122 | setUIWithoutFocus: function () { | ||
123 | let nodeCellName = this.node.getChildByName('Name'); | ||
124 | cc.find("NormalName", nodeCellName).opacity = 255; | ||
125 | // cc.find("ActiveName/ActiveNameBg", nodeCellName).opacity = 0; | ||
126 | //如有滚动停止滚动 | ||
127 | let nodeScreenTitleText = cc.find('ActiveName/NameContainer/NameText', nodeCellName); | ||
128 | if (null != nodeScreenTitleText.getActionByTag(Common.OVERLENGTH_MOVING)) { | ||
129 | nodeScreenTitleText.stopActionByTag(Common.OVERLENGTH_MOVING); | ||
130 | nodeScreenTitleText.getChildByName('NameText2').active = false; | ||
131 | cc.find("ActiveName/NameContainer", nodeCellName).opacity = 0; | ||
132 | } | ||
133 | nodeScreenTitleText.x = 0; | ||
134 | }, | ||
135 | |||
136 | }); |
File moved
assets/resources/button/clear_button.png
0 → 100644

14.2 KB
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "de56a7ce-7552-4cdc-bc00-f83ab0cd723f", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "clear_button": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "828266d7-375c-4ab0-b654-db585576594e", | ||
13 | "rawTextureUuid": "de56a7ce-7552-4cdc-bc00-f83ab0cd723f", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": -2, | ||
19 | "trimX": 0, | ||
20 | "trimY": 4, | ||
21 | "width": 137, | ||
22 | "height": 126, | ||
23 | "rawWidth": 137, | ||
24 | "rawHeight": 130, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/button/collection.png
0 → 100644

3.48 KB
assets/resources/button/collection.png.meta
0 → 100644
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "d127fce9-a2d4-42e7-af2d-7ea7d709d4e2", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "collection": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "96b728ce-bd15-4603-bc4f-d945a1420d09", | ||
13 | "rawTextureUuid": "d127fce9-a2d4-42e7-af2d-7ea7d709d4e2", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": -0.5, | ||
18 | "offsetY": 0, | ||
19 | "trimX": 0, | ||
20 | "trimY": 0, | ||
21 | "width": 165, | ||
22 | "height": 40, | ||
23 | "rawWidth": 166, | ||
24 | "rawHeight": 40, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |

20.1 KB
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "e18c2844-5dfa-4d9f-8ba9-bf8f8bba015e", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "collection_button": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "fb443772-0913-460b-8dfa-599834443089", | ||
13 | "rawTextureUuid": "e18c2844-5dfa-4d9f-8ba9-bf8f8bba015e", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": -2, | ||
19 | "trimX": 0, | ||
20 | "trimY": 4, | ||
21 | "width": 176, | ||
22 | "height": 124, | ||
23 | "rawWidth": 176, | ||
24 | "rawHeight": 128, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/button/editor_button.png
0 → 100644

14 KB
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "f2cef226-0887-49f3-8ce1-e5d9182ea36f", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "editor_button": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "d280bcbd-cf96-4d23-a0b2-245a9374328d", | ||
13 | "rawTextureUuid": "f2cef226-0887-49f3-8ce1-e5d9182ea36f", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": -2, | ||
19 | "trimX": 0, | ||
20 | "trimY": 4, | ||
21 | "width": 137, | ||
22 | "height": 126, | ||
23 | "rawWidth": 137, | ||
24 | "rawHeight": 130, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |

15.7 KB
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "2a607f33-c197-407b-ab1a-9e991e39764e", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "exitEditor_button": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "171d3929-fbaa-475e-a350-bc4cb2cf698e", | ||
13 | "rawTextureUuid": "2a607f33-c197-407b-ab1a-9e991e39764e", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": -2, | ||
19 | "trimX": 0, | ||
20 | "trimY": 4, | ||
21 | "width": 137, | ||
22 | "height": 126, | ||
23 | "rawWidth": 137, | ||
24 | "rawHeight": 130, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/button/history_button.png
0 → 100644

21.2 KB
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "7d661a83-97c9-4649-a807-0f0b1b3538e4", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "history_button": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "cafbb817-8e14-4f94-8071-733ee3859e0a", | ||
13 | "rawTextureUuid": "7d661a83-97c9-4649-a807-0f0b1b3538e4", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": -2, | ||
19 | "trimX": 0, | ||
20 | "trimY": 4, | ||
21 | "width": 176, | ||
22 | "height": 124, | ||
23 | "rawWidth": 176, | ||
24 | "rawHeight": 128, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/button/index_button.png
0 → 100644

13.6 KB
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "a1b3d15c-7ca7-46c5-ae33-f6659a74e6b4", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "index_button": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "b8d38b8c-3423-44ac-bc70-4f95ea2a4cb8", | ||
13 | "rawTextureUuid": "a1b3d15c-7ca7-46c5-ae33-f6659a74e6b4", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": -2, | ||
19 | "trimX": 0, | ||
20 | "trimY": 4, | ||
21 | "width": 137, | ||
22 | "height": 126, | ||
23 | "rawWidth": 137, | ||
24 | "rawHeight": 130, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/game.meta
0 → 100644
assets/resources/game/bg_item_1.png
0 → 100644

14.5 KB
assets/resources/game/bg_item_1.png.meta
0 → 100644
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "9ab097eb-65a3-478c-80d8-ba2205945aab", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "bg_item_1": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "d4b2eadb-7be7-4e4c-b4dc-e42040e3abd3", | ||
13 | "rawTextureUuid": "9ab097eb-65a3-478c-80d8-ba2205945aab", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": 0, | ||
19 | "trimX": 0, | ||
20 | "trimY": 0, | ||
21 | "width": 308, | ||
22 | "height": 314, | ||
23 | "rawWidth": 308, | ||
24 | "rawHeight": 314, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/game/bg_item_2.png
0 → 100644

13.4 KB
assets/resources/game/bg_item_2.png.meta
0 → 100644
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "b912a0ba-0de6-4414-93d8-a55d33055d68", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "bg_item_2": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "fe67856f-fb4c-4a5f-8210-d6ab958f940a", | ||
13 | "rawTextureUuid": "b912a0ba-0de6-4414-93d8-a55d33055d68", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": 0, | ||
19 | "trimX": 0, | ||
20 | "trimY": 0, | ||
21 | "width": 308, | ||
22 | "height": 314, | ||
23 | "rawWidth": 308, | ||
24 | "rawHeight": 314, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/game/bg_item_3.png
0 → 100644

14.6 KB
assets/resources/game/bg_item_3.png.meta
0 → 100644
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "b1bd5296-b988-4c6d-a422-ab1830dd2ba2", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "bg_item_3": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "5db3734a-0219-4ade-bdea-34ccea5cf66e", | ||
13 | "rawTextureUuid": "b1bd5296-b988-4c6d-a422-ab1830dd2ba2", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": 0, | ||
19 | "trimX": 0, | ||
20 | "trimY": 0, | ||
21 | "width": 308, | ||
22 | "height": 314, | ||
23 | "rawWidth": 308, | ||
24 | "rawHeight": 314, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/game/bg_xyx.png
0 → 100644

218 KB
assets/resources/game/bg_xyx.png.meta
0 → 100644
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "f70fff6f-851b-4c8f-a0eb-14c8f173f102", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "bg_xyx": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "ae1ed7df-cf12-4399-a6ab-982fcf2eb8ca", | ||
13 | "rawTextureUuid": "f70fff6f-851b-4c8f-a0eb-14c8f173f102", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": 0, | ||
19 | "trimX": 0, | ||
20 | "trimY": 0, | ||
21 | "width": 1280, | ||
22 | "height": 720, | ||
23 | "rawWidth": 1280, | ||
24 | "rawHeight": 720, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/game/bg_xyx_1.png
0 → 100644

6.01 KB
assets/resources/game/bg_xyx_1.png.meta
0 → 100644
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "4ab0b6a3-1222-40e1-9321-0562c496ce5a", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "bg_xyx_1": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "ac23d39a-ce30-4fbd-9c98-1f89bbc0ac59", | ||
13 | "rawTextureUuid": "4ab0b6a3-1222-40e1-9321-0562c496ce5a", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": 0, | ||
19 | "trimX": 0, | ||
20 | "trimY": 0, | ||
21 | "width": 225, | ||
22 | "height": 135, | ||
23 | "rawWidth": 225, | ||
24 | "rawHeight": 135, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/game/bg_xyx_10.png
0 → 100644

7.38 KB
assets/resources/game/bg_xyx_10.png.meta
0 → 100644
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "acbfcc8f-48b5-40e2-9736-40038fb5279c", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "bg_xyx_10": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "8abc6dd5-e099-4f02-b584-cdf8ac6235cd", | ||
13 | "rawTextureUuid": "acbfcc8f-48b5-40e2-9736-40038fb5279c", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": 0, | ||
19 | "trimX": 0, | ||
20 | "trimY": 0, | ||
21 | "width": 225, | ||
22 | "height": 135, | ||
23 | "rawWidth": 225, | ||
24 | "rawHeight": 135, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/game/bg_xyx_2.png
0 → 100644

11.9 KB
assets/resources/game/bg_xyx_2.png.meta
0 → 100644
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "8b337b3b-0aa7-42e6-b24d-0d7f725b56a9", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "bg_xyx_2": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "52bdcef1-a19a-4692-ab60-297d30f03ba3", | ||
13 | "rawTextureUuid": "8b337b3b-0aa7-42e6-b24d-0d7f725b56a9", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": 0, | ||
19 | "trimX": 0, | ||
20 | "trimY": 0, | ||
21 | "width": 225, | ||
22 | "height": 135, | ||
23 | "rawWidth": 225, | ||
24 | "rawHeight": 135, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/game/bg_xyx_3.png
0 → 100644

10.7 KB
assets/resources/game/bg_xyx_3.png.meta
0 → 100644
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "1b00445a-198a-42e9-8839-ab3a659eab03", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "bg_xyx_3": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "a14fec3f-7ec3-43d6-91eb-3c5623fc1890", | ||
13 | "rawTextureUuid": "1b00445a-198a-42e9-8839-ab3a659eab03", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": 0, | ||
19 | "trimX": 0, | ||
20 | "trimY": 0, | ||
21 | "width": 225, | ||
22 | "height": 135, | ||
23 | "rawWidth": 225, | ||
24 | "rawHeight": 135, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/game/bg_xyx_4.png
0 → 100644

10.1 KB
assets/resources/game/bg_xyx_4.png.meta
0 → 100644
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "585144a0-9f93-46d8-8c74-773608253de5", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "bg_xyx_4": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "a270262a-3321-429f-9e3b-1b0f3a410c2e", | ||
13 | "rawTextureUuid": "585144a0-9f93-46d8-8c74-773608253de5", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": 0, | ||
19 | "trimX": 0, | ||
20 | "trimY": 0, | ||
21 | "width": 225, | ||
22 | "height": 135, | ||
23 | "rawWidth": 225, | ||
24 | "rawHeight": 135, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/game/bg_xyx_5.png
0 → 100644

7.67 KB
assets/resources/game/bg_xyx_5.png.meta
0 → 100644
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "4fdf9306-5a37-4496-9bc0-767da7cc171f", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "bg_xyx_5": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "c38e231a-094f-4260-800c-7cd671ae5d52", | ||
13 | "rawTextureUuid": "4fdf9306-5a37-4496-9bc0-767da7cc171f", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": 0, | ||
19 | "trimX": 0, | ||
20 | "trimY": 0, | ||
21 | "width": 225, | ||
22 | "height": 135, | ||
23 | "rawWidth": 225, | ||
24 | "rawHeight": 135, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/game/bg_xyx_6.png
0 → 100644

7.18 KB
assets/resources/game/bg_xyx_6.png.meta
0 → 100644
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "dcc91c2f-054a-4698-9147-ab6116241ae7", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "bg_xyx_6": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "d1b9a269-77f4-4a08-8c42-f1f8d891b928", | ||
13 | "rawTextureUuid": "dcc91c2f-054a-4698-9147-ab6116241ae7", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": 0, | ||
19 | "trimX": 0, | ||
20 | "trimY": 0, | ||
21 | "width": 225, | ||
22 | "height": 135, | ||
23 | "rawWidth": 225, | ||
24 | "rawHeight": 135, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/game/bg_xyx_7.png
0 → 100644

7.24 KB
assets/resources/game/bg_xyx_7.png.meta
0 → 100644
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "1c317b4b-0015-4ffd-956a-d804c550ccbf", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "bg_xyx_7": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "458f181f-9473-433b-97de-17a0f7f8fcc7", | ||
13 | "rawTextureUuid": "1c317b4b-0015-4ffd-956a-d804c550ccbf", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": 0, | ||
19 | "trimX": 0, | ||
20 | "trimY": 0, | ||
21 | "width": 225, | ||
22 | "height": 135, | ||
23 | "rawWidth": 225, | ||
24 | "rawHeight": 135, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/game/bg_xyx_8.png
0 → 100644

10.4 KB
assets/resources/game/bg_xyx_8.png.meta
0 → 100644
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "cfa0d43a-f785-4134-b3b3-d434278f72d0", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "bg_xyx_8": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "7b3dd3d7-2d78-447f-8415-8d1f191da0b7", | ||
13 | "rawTextureUuid": "cfa0d43a-f785-4134-b3b3-d434278f72d0", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": 0, | ||
19 | "trimX": 0, | ||
20 | "trimY": 0, | ||
21 | "width": 225, | ||
22 | "height": 135, | ||
23 | "rawWidth": 225, | ||
24 | "rawHeight": 135, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/game/bg_xyx_9.png
0 → 100644

7.57 KB
assets/resources/game/bg_xyx_9.png.meta
0 → 100644
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "f9f5436f-a24d-42c3-ade9-899762d7094d", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "bg_xyx_9": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "24ffd093-4645-4b9f-ba08-3555cc9270fd", | ||
13 | "rawTextureUuid": "f9f5436f-a24d-42c3-ade9-899762d7094d", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": 0, | ||
19 | "trimX": 0, | ||
20 | "trimY": 0, | ||
21 | "width": 225, | ||
22 | "height": 135, | ||
23 | "rawWidth": 225, | ||
24 | "rawHeight": 135, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/game/xyx_1.png
0 → 100644

14.6 KB
assets/resources/game/xyx_1.png.meta
0 → 100644
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "c24126b9-fabb-47f9-a74f-13c5870be7d4", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "xyx_1": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "a05221ff-b72c-4a2f-94b4-e15d079e34f9", | ||
13 | "rawTextureUuid": "c24126b9-fabb-47f9-a74f-13c5870be7d4", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": 0, | ||
19 | "trimX": 0, | ||
20 | "trimY": 0, | ||
21 | "width": 166, | ||
22 | "height": 203, | ||
23 | "rawWidth": 166, | ||
24 | "rawHeight": 203, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/game/xyx_10.png
0 → 100644

14.7 KB
assets/resources/game/xyx_10.png.meta
0 → 100644
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "24c63c15-0b49-4be1-93f6-49bcdae7c461", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "xyx_10": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "50936ebc-91fe-4fc3-b041-4505d53c2082", | ||
13 | "rawTextureUuid": "24c63c15-0b49-4be1-93f6-49bcdae7c461", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": 0, | ||
19 | "trimX": 0, | ||
20 | "trimY": 0, | ||
21 | "width": 225, | ||
22 | "height": 184, | ||
23 | "rawWidth": 225, | ||
24 | "rawHeight": 184, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/game/xyx_2.png
0 → 100644

14.7 KB
assets/resources/game/xyx_2.png.meta
0 → 100644
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "f5fbb7dd-03b4-4446-8ea7-fa70938b0ea1", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "xyx_2": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "c445704b-8c01-4a50-b458-569366dbdc48", | ||
13 | "rawTextureUuid": "f5fbb7dd-03b4-4446-8ea7-fa70938b0ea1", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0.5, | ||
18 | "offsetY": 0, | ||
19 | "trimX": 1, | ||
20 | "trimY": 0, | ||
21 | "width": 200, | ||
22 | "height": 183, | ||
23 | "rawWidth": 201, | ||
24 | "rawHeight": 183, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/game/xyx_3.png
0 → 100644

8.97 KB
assets/resources/game/xyx_3.png.meta
0 → 100644
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "cbf98085-e9df-42bb-a297-8f4920a7faaa", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "xyx_3": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "3428a7c1-2663-4abb-bed7-35e754ef78c6", | ||
13 | "rawTextureUuid": "cbf98085-e9df-42bb-a297-8f4920a7faaa", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": 0, | ||
19 | "trimX": 0, | ||
20 | "trimY": 0, | ||
21 | "width": 155, | ||
22 | "height": 199, | ||
23 | "rawWidth": 155, | ||
24 | "rawHeight": 199, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/game/xyx_4.png
0 → 100644

10.7 KB
assets/resources/game/xyx_4.png.meta
0 → 100644
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "b4db891a-18f8-479b-ba0e-53a480c4e913", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "xyx_4": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "f4692eb1-a389-43fc-be55-046e1f66de1e", | ||
13 | "rawTextureUuid": "b4db891a-18f8-479b-ba0e-53a480c4e913", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": 0, | ||
19 | "trimX": 0, | ||
20 | "trimY": 0, | ||
21 | "width": 232, | ||
22 | "height": 178, | ||
23 | "rawWidth": 232, | ||
24 | "rawHeight": 178, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/game/xyx_5.png
0 → 100644

13.8 KB
assets/resources/game/xyx_5.png.meta
0 → 100644
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "52890ddf-f4ed-40fb-9342-0855ccd4271a", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "xyx_5": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "7702b97f-930d-4313-afd3-fc5bad0adb2e", | ||
13 | "rawTextureUuid": "52890ddf-f4ed-40fb-9342-0855ccd4271a", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": 0, | ||
19 | "trimX": 0, | ||
20 | "trimY": 0, | ||
21 | "width": 215, | ||
22 | "height": 191, | ||
23 | "rawWidth": 215, | ||
24 | "rawHeight": 191, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/game/xyx_6.png
0 → 100644

16 KB
assets/resources/game/xyx_6.png.meta
0 → 100644
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "3de92181-de87-4d8c-842e-336638c1802d", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "xyx_6": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "c0a3245c-ea5a-4689-a42e-28dcd403241e", | ||
13 | "rawTextureUuid": "3de92181-de87-4d8c-842e-336638c1802d", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": 0, | ||
19 | "trimX": 0, | ||
20 | "trimY": 0, | ||
21 | "width": 242, | ||
22 | "height": 164, | ||
23 | "rawWidth": 242, | ||
24 | "rawHeight": 164, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/game/xyx_7.png
0 → 100644

10 KB
assets/resources/game/xyx_7.png.meta
0 → 100644
1 | { | ||
2 | "ver": "2.3.1", | ||
3 | "uuid": "896b93b0-453a-41ce-88f4-fac8709b30cf", | ||
4 | "type": "sprite", | ||
5 | "wrapMode": "clamp", | ||
6 | "filterMode": "bilinear", | ||
7 | "premultiplyAlpha": false, | ||
8 | "platformSettings": {}, | ||
9 | "subMetas": { | ||
10 | "xyx_7": { | ||
11 | "ver": "1.0.4", | ||
12 | "uuid": "25ec6204-d95a-4d87-be44-1cf4c189f1f6", | ||
13 | "rawTextureUuid": "896b93b0-453a-41ce-88f4-fac8709b30cf", | ||
14 | "trimType": "auto", | ||
15 | "trimThreshold": 1, | ||
16 | "rotated": false, | ||
17 | "offsetX": 0, | ||
18 | "offsetY": 0, | ||
19 | "trimX": 0, | ||
20 | "trimY": 0, | ||
21 | "width": 188, | ||
22 | "height": 174, | ||
23 | "rawWidth": 188, | ||
24 | "rawHeight": 174, | ||
25 | "borderTop": 0, | ||
26 | "borderBottom": 0, | ||
27 | "borderLeft": 0, | ||
28 | "borderRight": 0, | ||
29 | "subMetas": {} | ||
30 | } | ||
31 | } | ||
32 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/game/xyx_8.png
0 → 100644

14.6 KB
assets/resources/game/xyx_8.png.meta
0 → 100644
This diff is collapsed.
Click to expand it.
assets/resources/game/xyx_9.png
0 → 100644

11 KB
assets/resources/game/xyx_9.png.meta
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment