【化虚坛】未翻译
parent
58d20c0bd3
commit
704dd1ffa5
|
@ -434,7 +434,7 @@ function this.SingleHeroDataShow(_go,_heroData)
|
|||
local progress1 = Util.GetGameObject(go.transform, "progressBg/progress1")--红
|
||||
local progress2 = Util.GetGameObject(go.transform, "progressBg/progress2")--蓝
|
||||
local progressText = Util.GetGameObject(go.transform, "progressBg/progressText"):GetComponent("Text")
|
||||
Util.GetGameObject(go.transform, "Text"):GetComponent("Text").text = heroData.config.ReadingName
|
||||
Util.GetGameObject(go.transform, "Text"):GetComponent("Text").text = GetLanguageStrById(heroData.config.ReadingName)
|
||||
local num = LengthOfTable(heroData.haveHeroList2)/heroData.needNum
|
||||
progress1:SetActive(LengthOfTable(heroData.haveHeroList2) < heroData.needNum)
|
||||
progress2:SetActive(LengthOfTable(heroData.haveHeroList2) >= heroData.needNum)
|
||||
|
|
Loading…
Reference in New Issue