This commit is contained in:
YZ\249929363 2025-07-07 18:04:04 +08:00
commit 6a07a4f30d
6 changed files with 4757 additions and 5644 deletions

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: 265 KiB

After

Width:  |  Height:  |  Size: 221 KiB

View File

@ -8,8 +8,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 1750, "width": 1997,
"height": 255, "height": 251,
"platformSettings": {}, "platformSettings": {},
"subMetas": {} "subMetas": {}
} }

File diff suppressed because it is too large Load Diff

View File

@ -64,7 +64,7 @@ export default class NewClass extends cc.Component {
if (price && product) { if (price && product) {
NumberToImage.numberToImageNodes(product.price / 100, 25, 20, "cost_", price, false) NumberToImage.numberToImageNodes(product.price / 100, 35, 20, "cost_", price, false)
} }
if (title && product) { if (title && product) {
NumberToImage.numberToImageNodes(product.coin, 40, 25, "scoin_", title, true) NumberToImage.numberToImageNodes(product.coin, 40, 25, "scoin_", title, true)