TCX_LongZhu
DESKTOP-MMO982B\User 2026-04-10 19:11:47 +08:00
parent 76d79e582c
commit 7cdc490668
2 changed files with 9 additions and 2 deletions

View File

@ -3469,6 +3469,14 @@ CardPosImageName = {
}
PropertyType = {
[0] = "全部",
[1] = "灼烧",
[2] = "爆伤",
[3] = "永动",
[4] = "空洞",
[5] = "传奇",
}
PropertyType2 = {
[0] = "全部",
[1] = "不屈意志",
[2] = "绝对正义",
@ -3476,7 +3484,6 @@ PropertyType = {
[4] = "不灭先锋",
[5] = "传奇",
}
ProfessionType = {
[1] = "肉盾",
[2] = "输出",

View File

@ -58,7 +58,7 @@ function TailsManSouPanel:InitComponent()
tabs[i] = Util.GetGameObject(self.transform, "bg/Tabs/grid/Btn" .. i)
tabsRedpoints[i] = Util.GetGameObject(tabs[i], "redpoint")
local name =Util.GetGameObject(tabs[i], "Text"):GetComponent("Text")
name.text = PropertyType[i]
name.text = PropertyType2[i]
if tabsImg[i] then
Util.GetGameObject(tabs[i], "Image"):GetComponent("Image").sprite = self.spLoader:LoadSprite(tabsImg[i])
end