Commit 70ee8940 authored by 王杰's avatar 王杰

feat: 排行榜奖品名称修改

parent 33ee2e31
......@@ -2,14 +2,14 @@
"ver": "1.0.8",
"importer": "sprite-atlas",
"imported": true,
"uuid": "2ec40459-e457-492d-a821-ec4744817bfb",
"uuid": "2e354254-f114-4b06-b0fa-9a33fe0240f6",
"files": [
".json"
],
"subMetas": {
"da8cd": {
"importer": "sprite-frame",
"uuid": "2ec40459-e457-492d-a821-ec4744817bfb@da8cd",
"uuid": "2e354254-f114-4b06-b0fa-9a33fe0240f6@da8cd",
"displayName": "",
"id": "da8cd",
"name": "body1",
......@@ -43,8 +43,8 @@
"maxPos": []
},
"isUuid": true,
"imageUuidOrDatabaseUri": "ac62dd44-4046-44a0-bd02-eebc811f4755@6c48a",
"atlasUuid": "2ec40459-e457-492d-a821-ec4744817bfb"
"imageUuidOrDatabaseUri": "c9c96a5d-582c-4d30-a3ec-71539307f933@6c48a",
"atlasUuid": "2e354254-f114-4b06-b0fa-9a33fe0240f6"
},
"ver": "1.0.12",
"imported": true,
......@@ -55,7 +55,7 @@
},
"9296f": {
"importer": "sprite-frame",
"uuid": "2ec40459-e457-492d-a821-ec4744817bfb@9296f",
"uuid": "2e354254-f114-4b06-b0fa-9a33fe0240f6@9296f",
"displayName": "",
"id": "9296f",
"name": "head",
......@@ -89,8 +89,8 @@
"maxPos": []
},
"isUuid": true,
"imageUuidOrDatabaseUri": "ac62dd44-4046-44a0-bd02-eebc811f4755@6c48a",
"atlasUuid": "2ec40459-e457-492d-a821-ec4744817bfb"
"imageUuidOrDatabaseUri": "c9c96a5d-582c-4d30-a3ec-71539307f933@6c48a",
"atlasUuid": "2e354254-f114-4b06-b0fa-9a33fe0240f6"
},
"ver": "1.0.12",
"imported": true,
......@@ -103,7 +103,7 @@
"userData": {
"atlasTextureName": "ai蓝.png",
"format": 3,
"uuid": "2ec40459-e457-492d-a821-ec4744817bfb",
"textureUuid": "ac62dd44-4046-44a0-bd02-eebc811f4755@6c48a"
"uuid": "2e354254-f114-4b06-b0fa-9a33fe0240f6",
"textureUuid": "c9c96a5d-582c-4d30-a3ec-71539307f933@6c48a"
}
}
......@@ -2,7 +2,7 @@
"ver": "1.0.27",
"importer": "image",
"imported": true,
"uuid": "ac62dd44-4046-44a0-bd02-eebc811f4755",
"uuid": "c9c96a5d-582c-4d30-a3ec-71539307f933",
"files": [
".json",
".png"
......@@ -10,14 +10,14 @@
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "ac62dd44-4046-44a0-bd02-eebc811f4755@6c48a",
"uuid": "c9c96a5d-582c-4d30-a3ec-71539307f933@6c48a",
"displayName": "ai蓝",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "clamp-to-edge",
"wrapModeT": "clamp-to-edge",
"imageUuidOrDatabaseUri": "ac62dd44-4046-44a0-bd02-eebc811f4755",
"imageUuidOrDatabaseUri": "c9c96a5d-582c-4d30-a3ec-71539307f933",
"isUuid": true,
"visible": false,
"minfilter": "linear",
......@@ -34,7 +34,7 @@
},
"f9941": {
"importer": "sprite-frame",
"uuid": "ac62dd44-4046-44a0-bd02-eebc811f4755@f9941",
"uuid": "c9c96a5d-582c-4d30-a3ec-71539307f933@f9941",
"displayName": "ai蓝",
"id": "f9941",
"name": "spriteFrame",
......@@ -114,7 +114,7 @@
]
},
"isUuid": true,
"imageUuidOrDatabaseUri": "ac62dd44-4046-44a0-bd02-eebc811f4755@6c48a",
"imageUuidOrDatabaseUri": "c9c96a5d-582c-4d30-a3ec-71539307f933@6c48a",
"atlasUuid": ""
},
"ver": "1.0.12",
......@@ -129,6 +129,6 @@
"type": "sprite-frame",
"hasAlpha": true,
"fixAlphaTransparencyArtifacts": false,
"redirect": "ac62dd44-4046-44a0-bd02-eebc811f4755@6c48a"
"redirect": "c9c96a5d-582c-4d30-a3ec-71539307f933@6c48a"
}
}
......@@ -374,7 +374,7 @@ export class RankScence extends Scene {
console.log("data", data);
cell.getChildByName(`PirzeImg`).getComponent(Sprite).spriteFrame = prizeImage;
cell.getChildByName(`PrizeName`).getComponent(Label).string = strFormat(prizeName, 12)
cell.getChildByName(`PrizeName`).getComponent(Label).string = sendCount + "个" +strFormat(prizeName, 12)
cell.getChildByName(`Rank`).getComponent(Label).string = `第${rankRange}名`;
cell.getChildByName(`prizeNum`).getComponent(Label).string = "x" + sendCount;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment