Merge branch 'main' of https://git.sparkus.cn/yangzhao/cb
This commit is contained in:
commit
6a07a4f30d
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 |
|
@ -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
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user