TCX_LongZhu
parent
76d79e582c
commit
7cdc490668
|
|
@ -3469,6 +3469,14 @@ CardPosImageName = {
|
||||||
}
|
}
|
||||||
|
|
||||||
PropertyType = {
|
PropertyType = {
|
||||||
|
[0] = "全部",
|
||||||
|
[1] = "灼烧",
|
||||||
|
[2] = "爆伤",
|
||||||
|
[3] = "永动",
|
||||||
|
[4] = "空洞",
|
||||||
|
[5] = "传奇",
|
||||||
|
}
|
||||||
|
PropertyType2 = {
|
||||||
[0] = "全部",
|
[0] = "全部",
|
||||||
[1] = "不屈意志",
|
[1] = "不屈意志",
|
||||||
[2] = "绝对正义",
|
[2] = "绝对正义",
|
||||||
|
|
@ -3476,7 +3484,6 @@ PropertyType = {
|
||||||
[4] = "不灭先锋",
|
[4] = "不灭先锋",
|
||||||
[5] = "传奇",
|
[5] = "传奇",
|
||||||
}
|
}
|
||||||
|
|
||||||
ProfessionType = {
|
ProfessionType = {
|
||||||
[1] = "肉盾",
|
[1] = "肉盾",
|
||||||
[2] = "输出",
|
[2] = "输出",
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ function TailsManSouPanel:InitComponent()
|
||||||
tabs[i] = Util.GetGameObject(self.transform, "bg/Tabs/grid/Btn" .. i)
|
tabs[i] = Util.GetGameObject(self.transform, "bg/Tabs/grid/Btn" .. i)
|
||||||
tabsRedpoints[i] = Util.GetGameObject(tabs[i], "redpoint")
|
tabsRedpoints[i] = Util.GetGameObject(tabs[i], "redpoint")
|
||||||
local name =Util.GetGameObject(tabs[i], "Text"):GetComponent("Text")
|
local name =Util.GetGameObject(tabs[i], "Text"):GetComponent("Text")
|
||||||
name.text = PropertyType[i]
|
name.text = PropertyType2[i]
|
||||||
if tabsImg[i] then
|
if tabsImg[i] then
|
||||||
Util.GetGameObject(tabs[i], "Image"):GetComponent("Image").sprite = self.spLoader:LoadSprite(tabsImg[i])
|
Util.GetGameObject(tabs[i], "Image"):GetComponent("Image").sprite = self.spLoader:LoadSprite(tabsImg[i])
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue