商城数字字体修改

This commit is contained in:
computer\尼卡 2025-07-07 17:32:33 +08:00
parent 5446d2fa1e
commit 7cd510c66f
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)