修改节点中文名,添加商城艺术字体

This commit is contained in:
computer\尼卡 2025-07-01 14:21:12 +08:00
parent 7a5f5b71a4
commit b3a08b364a
164 changed files with 16800 additions and 13895 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 234 KiB

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,5 @@
import List from "../../Script/module/RankList/List"; import List from "../../Script/module/RankList/List";
import NumberToImage from "../../Script/NumberToImage";
const { ccclass, property } = cc._decorator; const { ccclass, property } = cc._decorator;
@ -30,17 +31,20 @@ export default class NewClass extends cc.Component {
]; ];
for (let i = 1; i <= 8 && i < this.itemList.children.length; i++) { for (let i = 1; i <= 8 && i < this.itemList.children.length; i++) {
const spriteComp = this.itemList.children[i].children[0].getComponent(cc.Sprite); const spriteComp = this.itemList.children[i].children[0].getComponent(cc.Sprite);
const price = this.itemList.children[i].children[1].getComponent(cc.Label); const price = this.itemList.children[i].children[1];
const title = this.itemList.children[i].children[2].getComponent(cc.Label); const title = this.itemList.children[i].children[2];
const product = products[i - 1]; const product = products[i - 1];
if (spriteComp && product) { if (spriteComp && product) {
// TODO: 根据 product_id 或 name 设置 spriteComp.spriteFrame // TODO: 根据 product_id 或 name 设置 spriteComp.spriteFrame
} }
if (price && product) { if (price && product) {
price.string = (product.price / 100).toString() + "元"; NumberToImage.numberToImageNodes(product.price / 100, 25, 20, "cost_", price, false)
} }
if (title && product) { if (title && product) {
title.string = product.name; NumberToImage.numberToImageNodes(product.price / 100, 40, 25, "scoin_", title, false)
} }
} }
} }

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1214, 1314,
221, 91,
32, 32,
61 61
], ],
@ -18,7 +18,6 @@
32, 32,
61 61
], ],
"rotated": 1,
"capInsets": [ "capInsets": [
0, 0,
0, 0,

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
976, 951,
98, 98,
50, 50,
59 59

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1338, 1474,
120, 143,
45, 45,
56 56
], ],

View File

@ -0,0 +1,28 @@
{
"__type__": "cc.SpriteFrame",
"content": {
"name": "scoin_7",
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [
1049,
98,
42,
59
],
"offset": [
0,
0
],
"originalSize": [
42,
59
],
"capInsets": [
0,
0,
0,
0
]
}
}

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1165, 1261,
66, 158,
40, 40,
63 63
], ],

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1462, 1648,
120, 75,
33, 33,
48 48
], ],

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
420, 431,
132, 132,
25, 25,
38 38

View File

@ -0,0 +1,28 @@
{
"__type__": "cc.SpriteFrame",
"content": {
"name": "scoin_0 (2)",
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [
849,
159,
64,
65
],
"offset": [
0,
0
],
"originalSize": [
64,
65
],
"capInsets": [
0,
0,
0,
0
]
}
}

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1087, 1188,
159, 1,
43, 43,
64 64
], ],

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1153, 1272,
223, 223,
30, 30,
59 59

View File

@ -0,0 +1,29 @@
{
"__type__": "cc.SpriteFrame",
"content": {
"name": "cost_2",
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [
1172,
226,
25,
37
],
"offset": [
0,
0
],
"originalSize": [
25,
37
],
"rotated": 1,
"capInsets": [
0,
0,
0,
0
]
}
}

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1132, 1321,
158, 1,
36, 36,
63 63
], ],

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
230, 207,
135, 135,
22, 22,
32 32

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1334, 1490,
219, 1,
33, 33,
57 57
], ],
@ -18,7 +18,6 @@
33, 33,
57 57
], ],
"rotated": 1,
"capInsets": [ "capInsets": [
0, 0,
0, 0,

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
595, 606,
112, 112,
45, 45,
65 65

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1456, 1511,
193, 60,
21, 21,
31 31
], ],

View File

@ -0,0 +1,28 @@
{
"__type__": "cc.SpriteFrame",
"content": {
"name": "scoin_3",
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [
1093,
96,
44,
61
],
"offset": [
0,
0
],
"originalSize": [
44,
61
],
"capInsets": [
0,
0,
0,
0
]
}
}

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1502, 1669,
1, 186,
45, 45,
42 42
], ],
@ -18,6 +18,7 @@
45, 45,
42 42
], ],
"rotated": 1,
"capInsets": [ "capInsets": [
0, 0,
0, 0,

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1085, 1213,
1, 159,
46, 46,
64 64
], ],

View File

@ -0,0 +1,29 @@
{
"__type__": "cc.SpriteFrame",
"content": {
"name": "cost_0",
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [
1683,
50,
30,
38
],
"offset": [
0,
0
],
"originalSize": [
30,
38
],
"rotated": 1,
"capInsets": [
0,
0,
0,
0
]
}
}

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
935, 1069,
226, 226,
27, 27,
36 36

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1462, 1443,
170, 61,
21, 21,
32 32
], ],

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1342, 1481,
60, 83,
45, 45,
56 56
], ],

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
785, 796,
109, 109,
48, 48,
57 57

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1385, 1521,
118, 141,
41, 41,
56 56
], ],

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1062, 1375,
135, 63,
22, 22,
32 32
], ],

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
499, 510,
131, 131,
26, 26,
54 54

View File

@ -0,0 +1,29 @@
{
"__type__": "cc.SpriteFrame",
"content": {
"name": "cost_10",
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [
590,
112,
9,
10
],
"offset": [
0,
0
],
"originalSize": [
9,
10
],
"rotated": 1,
"capInsets": [
0,
0,
0,
0
]
}
}

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1114, 1263,
225, 66,
24, 24,
37 37
], ],

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1265, 1429,
1, 147,
43, 43,
58 58
], ],

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
701, 794,
229, 229,
24, 24,
38 38

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1096, 1409,
135, 61,
21, 21,
32 32
], ],

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
834, 969,
159, 159,
51, 51,
65 65

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1028, 275,
135, 135,
22, 22,
32 32

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
749, 818,
159, 159,
66, 66,
29 29

View File

@ -0,0 +1,28 @@
{
"__type__": "cc.SpriteFrame",
"content": {
"name": "scoin_5",
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [
1348,
91,
42,
60
],
"offset": [
0,
0
],
"originalSize": [
42,
60
],
"capInsets": [
0,
0,
0,
0
]
}
}

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1122, 1230,
67, 93,
41, 41,
63 63
], ],

View File

@ -0,0 +1,29 @@
{
"__type__": "cc.SpriteFrame",
"content": {
"name": "cost_yuan",
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [
1443,
207,
46,
43
],
"offset": [
0,
0
],
"originalSize": [
46,
43
],
"rotated": 1,
"capInsets": [
0,
0,
0,
0
]
}
}

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1051, 1147,
226, 226,
23, 23,
26 26

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
940, 1022,
159, 159,
51, 51,
65 65

View File

@ -23,6 +23,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
return c > 3 && r && Object.defineProperty(target, key, r), r; return c > 3 && r && Object.defineProperty(target, key, r), r;
}; };
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
var NumberToImage_1 = require("../../Script/NumberToImage");
var _a = cc._decorator, ccclass = _a.ccclass, property = _a.property; var _a = cc._decorator, ccclass = _a.ccclass, property = _a.property;
var NewClass = /** @class */ (function (_super) { var NewClass = /** @class */ (function (_super) {
__extends(NewClass, _super); __extends(NewClass, _super);
@ -54,17 +55,17 @@ var NewClass = /** @class */ (function (_super) {
]; ];
for (var i = 1; i <= 8 && i < this.itemList.children.length; i++) { for (var i = 1; i <= 8 && i < this.itemList.children.length; i++) {
var spriteComp = this.itemList.children[i].children[0].getComponent(cc.Sprite); var spriteComp = this.itemList.children[i].children[0].getComponent(cc.Sprite);
var price = this.itemList.children[i].children[1].getComponent(cc.Label); var price = this.itemList.children[i].children[1];
var title = this.itemList.children[i].children[2].getComponent(cc.Label); var title = this.itemList.children[i].children[2];
var product = products[i - 1]; var product = products[i - 1];
if (spriteComp && product) { if (spriteComp && product) {
// TODO: 根据 product_id 或 name 设置 spriteComp.spriteFrame // TODO: 根据 product_id 或 name 设置 spriteComp.spriteFrame
} }
if (price && product) { if (price && product) {
price.string = (product.price / 100).toString() + "元"; NumberToImage_1.default.numberToImageNodes(product.price / 100, 25, 20, "cost_", price, false);
} }
if (title && product) { if (title && product) {
title.string = product.name; NumberToImage_1.default.numberToImageNodes(product.price / 100, 40, 25, "scoin_", title, false);
} }
} }
}; };

View File

@ -1 +1 @@
{"version":3,"sources":["assets\\shop\\script\\shop.ts"],"names":[],"mappings":"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","file":"","sourceRoot":"/","sourcesContent":["import List from \"../../Script/module/RankList/List\";\r\n\r\nconst { ccclass, property } = cc._decorator;\r\n\r\n@ccclass\r\nexport default class NewClass extends cc.Component {\r\n //商店界面\r\n @property(cc.Node)\r\n shop: cc.Node = null;\r\n //商品列表\r\n @property(cc.Node)\r\n itemList: cc.Node = null;\r\n // onLoad () {}\r\n\r\n start() {\r\n this.openShop();\r\n }\r\n //打开商店界面\r\n openShop() {\r\n // 商品数据数组\r\n const products = [\r\n { product_id: \"gold_pack_1\", name: \"金币包1\", price: 600, title: \"3x2六档金币\" },\r\n { product_id: \"gold_pack_2\", name: \"金币包2\", price: 3600, title: \"\" },\r\n { product_id: \"gold_pack_3\", name: \"金币包3\", price: 6800, title: \"\" },\r\n { product_id: \"gold_pack_4\", name: \"金币包4\", price: 12800, title: \"\" },\r\n { product_id: \"gold_pack_5\", name: \"金币包5\", price: 32800, title: \"\" },\r\n { product_id: \"gold_pack_6\", name: \"金币包6\", price: 64800, title: \"\" },\r\n { product_id: \"unlimited_health_bundle_1\", name: \"无限体力组合包1\", price: 1800, title: \"3个横版礼包\" },\r\n { product_id: \"unlimited_health_bundle_2\", name: \"无限体力组合包2\", price: 6600, title: \"\" }\r\n ];\r\n for (let i = 1; i <= 8 && i < this.itemList.children.length; i++) {\r\n const spriteComp = this.itemList.children[i].children[0].getComponent(cc.Sprite);\r\n const price = this.itemList.children[i].children[1].getComponent(cc.Label);\r\n const title = this.itemList.children[i].children[2].getComponent(cc.Label);\r\n const product = products[i - 1];\r\n if (spriteComp && product) {\r\n // TODO: 根据 product_id 或 name 设置 spriteComp.spriteFrame\r\n }\r\n if (price && product) {\r\n price.string = (product.price / 100).toString() + \"元\";\r\n }\r\n if (title && product) {\r\n title.string = product.name;\r\n }\r\n }\r\n }\r\n\r\n\r\n //关闭商店界面\r\n closeShop() {\r\n //销毁预制体\r\n this.shop.destroy();\r\n }\r\n\r\n // update (dt) {}\r\n}\r\n"]} {"version":3,"sources":["assets\\shop\\script\\shop.ts"],"names":[],"mappings":"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","file":"","sourceRoot":"/","sourcesContent":["import List from \"../../Script/module/RankList/List\";\r\nimport NumberToImage from \"../../Script/NumberToImage\";\r\n\r\nconst { ccclass, property } = cc._decorator;\r\n\r\n@ccclass\r\nexport default class NewClass extends cc.Component {\r\n //商店界面\r\n @property(cc.Node)\r\n shop: cc.Node = null;\r\n //商品列表\r\n @property(cc.Node)\r\n itemList: cc.Node = null;\r\n // onLoad () {}\r\n\r\n start() {\r\n this.openShop();\r\n }\r\n //打开商店界面\r\n openShop() {\r\n // 商品数据数组\r\n const products = [\r\n { product_id: \"gold_pack_1\", name: \"金币包1\", price: 600, title: \"3x2六档金币\" },\r\n { product_id: \"gold_pack_2\", name: \"金币包2\", price: 3600, title: \"\" },\r\n { product_id: \"gold_pack_3\", name: \"金币包3\", price: 6800, title: \"\" },\r\n { product_id: \"gold_pack_4\", name: \"金币包4\", price: 12800, title: \"\" },\r\n { product_id: \"gold_pack_5\", name: \"金币包5\", price: 32800, title: \"\" },\r\n { product_id: \"gold_pack_6\", name: \"金币包6\", price: 64800, title: \"\" },\r\n { product_id: \"unlimited_health_bundle_1\", name: \"无限体力组合包1\", price: 1800, title: \"3个横版礼包\" },\r\n { product_id: \"unlimited_health_bundle_2\", name: \"无限体力组合包2\", price: 6600, title: \"\" }\r\n ];\r\n for (let i = 1; i <= 8 && i < this.itemList.children.length; i++) {\r\n const spriteComp = this.itemList.children[i].children[0].getComponent(cc.Sprite);\r\n const price = this.itemList.children[i].children[1];\r\n const title = this.itemList.children[i].children[2];\r\n const product = products[i - 1];\r\n\r\n if (spriteComp && product) {\r\n // TODO: 根据 product_id 或 name 设置 spriteComp.spriteFrame\r\n }\r\n\r\n\r\n if (price && product) {\r\n NumberToImage.numberToImageNodes(product.price / 100, 25, 20, \"cost_\", price, false)\r\n }\r\n if (title && product) {\r\n NumberToImage.numberToImageNodes(product.price / 100, 40, 25, \"scoin_\", title, false)\r\n }\r\n }\r\n }\r\n\r\n\r\n //关闭商店界面\r\n closeShop() {\r\n //销毁预制体\r\n this.shop.destroy();\r\n }\r\n\r\n // update (dt) {}\r\n}\r\n"]}

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
555, 566,
131, 131,
26, 26,
38 38

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1130, 1223,
132, 67,
24, 24,
38 38
], ],

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1041, 1126,
1, 159,
42, 42,
65 65
], ],

View File

@ -0,0 +1,29 @@
{
"__type__": "cc.SpriteFrame",
"content": {
"name": "cost_6",
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [
1107,
226,
26,
38
],
"offset": [
0,
0
],
"originalSize": [
26,
38
],
"rotated": 1,
"capInsets": [
0,
0,
0,
0
]
}
}

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1458, 1592,
101, 59,
17, 17,
32 32
], ],

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1310, 1454,
1, 1,
34, 34,
57 57

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1044, 1170,
159, 159,
41, 41,
65 65

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1390, 1534,
1, 199,
33, 33,
54 54
], ],

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1442, 1637,
223, 179,
30, 30,
47 47
], ],
@ -18,7 +18,6 @@
30, 30,
47 47
], ],
"rotated": 1,
"capInsets": [ "capInsets": [
0, 0,
0, 0,

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1458, 1680,
52, 1,
41, 41,
47 47
], ],

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
264, 241,
135, 135,
22, 22,
32 32

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1496, 1722,
190, 85,
31, 31,
47 47
], ],
@ -18,7 +18,6 @@
31, 31,
47 47
], ],
"rotated": 1,
"capInsets": [ "capInsets": [
0, 0,
0, 0,

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
380, 391,
132, 132,
25, 25,
38 38

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
339, 350,
132, 132,
25, 25,
39 39

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
896, 1030,
226, 226,
27, 27,
37 37

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1133, 1279,
1, 1,
40, 40,
63 63

View File

@ -0,0 +1,28 @@
{
"__type__": "cc.SpriteFrame",
"content": {
"name": "scoin_6",
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [
1359,
1,
44,
60
],
"offset": [
0,
0
],
"originalSize": [
44,
60
],
"capInsets": [
0,
0,
0,
0
]
}
}

View File

@ -0,0 +1,29 @@
{
"__type__": "cc.SpriteFrame",
"content": {
"name": "cost_8",
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [
1067,
68,
26,
38
],
"offset": [
0,
0
],
"originalSize": [
26,
38
],
"rotated": 1,
"capInsets": [
0,
0,
0,
0
]
}
}

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1428, 1599,
123, 129,
32, 32,
49 49
], ],

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1170, 1249,
196, 225,
21, 21,
24 24
], ],

View File

@ -0,0 +1,29 @@
{
"__type__": "cc.SpriteFrame",
"content": {
"name": "scoin_0 (14)",
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [
158,
137,
19,
23
],
"offset": [
0,
0
],
"originalSize": [
19,
23
],
"rotated": 1,
"capInsets": [
0,
0,
0,
0
]
}
}

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
880, 855,
100, 100,
45, 45,
57 57

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1433, 1477,
174, 60,
21, 21,
32 32
], ],
@ -18,6 +18,7 @@
21, 21,
32 32
], ],
"rotated": 1,
"capInsets": [ "capInsets": [
0, 0,
0, 0,

View File

@ -0,0 +1,29 @@
{
"__type__": "cc.SpriteFrame",
"content": {
"name": "cost_9",
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [
989,
226,
27,
39
],
"offset": [
0,
0
],
"originalSize": [
27,
39
],
"rotated": 1,
"capInsets": [
0,
0,
0,
0
]
}
}

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1497, 1603,
123, 198,
32, 32,
48 48
], ],
@ -18,7 +18,6 @@
32, 32,
48 48
], ],
"rotated": 1,
"capInsets": [ "capInsets": [
0, 0,
0, 0,

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
662, 673,
112, 112,
45, 45,
60 60

View File

@ -0,0 +1,28 @@
{
"__type__": "cc.SpriteFrame",
"content": {
"name": "scoin_9",
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [
1139,
96,
43,
61
],
"offset": [
0,
0
],
"originalSize": [
43,
61
],
"capInsets": [
0,
0,
0,
0
]
}
}

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
990, 1075,
1, 159,
49, 49,
65 65
], ],

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1501, 1723,
89, 36,
32, 32,
47 47
], ],
@ -18,7 +18,6 @@
32, 32,
47 47
], ],
"rotated": 1,
"capInsets": [ "capInsets": [
0, 0,
0, 0,

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1346, 1525,
1, 1,
42, 42,
56 56

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1216, 1405,
1, 1,
47, 47,
58 58

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1193, 754,
196, 230,
23, 23,
38 38
], ],

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1393, 1721,
223, 134,
30, 30,
47 47
], ],
@ -18,7 +18,6 @@
30, 30,
47 47
], ],
"rotated": 1,
"capInsets": [ "capInsets": [
0, 0,
0, 0,

View File

@ -0,0 +1,28 @@
{
"__type__": "cc.SpriteFrame",
"content": {
"name": "scoin_4",
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [
1184,
94,
44,
63
],
"offset": [
0,
0
],
"originalSize": [
44,
63
],
"capInsets": [
0,
0,
0,
0
]
}
}

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1389, 1564,
59, 141,
33, 33,
56 56
], ],

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1079, 1145,
68, 1,
41, 41,
65 65
], ],

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
741, 1183,
229, 68,
24, 24,
38 38
], ],

View File

@ -0,0 +1,29 @@
{
"__type__": "cc.SpriteFrame",
"content": {
"name": "scoin_10",
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [
1669,
145,
39,
47
],
"offset": [
0,
0
],
"originalSize": [
39,
47
],
"rotated": 1,
"capInsets": [
0,
0,
0,
0
]
}
}

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1502, 1713,
45, 186,
44, 44,
42 42
], ],
@ -18,6 +18,7 @@
44, 44,
42 42
], ],
"rotated": 1,
"capInsets": [ "capInsets": [
0, 0,
0, 0,

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1253, 1392,
61, 87,
43, 43,
58 58
], ],

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
298, 309,
132, 132,
25, 25,
39 39

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1076, 1211,
226, 226,
25, 25,
36 36

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
781, 874,
226, 226,
27, 27,
64 64

View File

@ -0,0 +1,28 @@
{
"__type__": "cc.SpriteFrame",
"content": {
"name": "scoin_0",
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [
1599,
78,
47,
49
],
"offset": [
0,
0
],
"originalSize": [
47,
49
],
"capInsets": [
0,
0,
0,
0
]
}
}

View File

@ -0,0 +1,28 @@
{
"__type__": "cc.SpriteFrame",
"content": {
"name": "scoin_8",
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [
1233,
1,
44,
63
],
"offset": [
0,
0
],
"originalSize": [
44,
63
],
"capInsets": [
0,
0,
0,
0
]
}
}

View File

@ -5,8 +5,8 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
1325, 1683,
181, 113,
30, 30,
36 36
], ],
@ -18,6 +18,7 @@
30, 30,
36 36
], ],
"rotated": 1,
"capInsets": [ "capInsets": [
0, 0,
0, 0,

View File

@ -5,7 +5,7 @@
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b", "texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8", "atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [ "rect": [
724, 735,
110, 110,
47, 47,
59 59

View File

@ -0,0 +1,29 @@
{
"__type__": "cc.SpriteFrame",
"content": {
"name": "cost_7",
"texture": "f8d067a0-98d0-4a97-8159-506946262d4b",
"atlas": "fa9a438e-1f24-47fe-bbcd-b75abcff2ea8",
"rect": [
1683,
82,
29,
37
],
"offset": [
0,
0
],
"originalSize": [
29,
37
],
"rotated": 1,
"capInsets": [
0,
0,
0,
0
]
}
}

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More