修改提示飘字
This commit is contained in:
parent
ed2bfe78c8
commit
2c3ae0c82b
File diff suppressed because it is too large
Load Diff
|
|
@ -574,7 +574,7 @@ export default class MapConroler extends cc.Component {
|
|||
// 找到了对应的记录
|
||||
let passRateNode = this.node.parent.parent.getChildByName("popUpPassRate")
|
||||
passRateNode.active = true;
|
||||
let passRate = passRateNode.getChildByName("pass_rate_bg").getChildByName("passRate");
|
||||
let passRate = passRateNode.getChildByName("passRate");
|
||||
// NumberToImage.numberToImageNodes4(levelData.pass_rate, 50, 0, "Black", passRate, true)
|
||||
passRate.getComponent(cc.Label).string = levelData.pass_rate.toString();
|
||||
if (passRateNode) {
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB |
|
|
@ -1,38 +0,0 @@
|
|||
{
|
||||
"ver": "2.3.7",
|
||||
"uuid": "5ae64d0c-d19d-4727-9de9-5301e4e5e955",
|
||||
"importer": "texture",
|
||||
"type": "sprite",
|
||||
"wrapMode": "clamp",
|
||||
"filterMode": "bilinear",
|
||||
"premultiplyAlpha": false,
|
||||
"genMipmaps": false,
|
||||
"packable": true,
|
||||
"width": 1080,
|
||||
"height": 358,
|
||||
"platformSettings": {},
|
||||
"subMetas": {
|
||||
"pass_rate_bg": {
|
||||
"ver": "1.0.6",
|
||||
"uuid": "457c9278-3c51-4b04-8e4c-a07302912a0a",
|
||||
"importer": "sprite-frame",
|
||||
"rawTextureUuid": "5ae64d0c-d19d-4727-9de9-5301e4e5e955",
|
||||
"trimType": "auto",
|
||||
"trimThreshold": 1,
|
||||
"rotated": false,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"trimX": 0,
|
||||
"trimY": 1,
|
||||
"width": 1080,
|
||||
"height": 356,
|
||||
"rawWidth": 1080,
|
||||
"rawHeight": 358,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 0,
|
||||
"borderRight": 0,
|
||||
"subMetas": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user