字体颜色
parent
50bc71f605
commit
8b27bcc5b7
|
@ -496,8 +496,8 @@ function RewardItemSingleShowPopup:OnShow()
|
|||
this.armorInfo.gameObject:SetActive(false)
|
||||
this.armorTitle.gameObject:SetActive(true)
|
||||
this.armorDesc.gameObject:SetActive(true)
|
||||
this.armorTitle.text = string.format("<size=45><color=#FBCC99>%s</color></size>",itemConfigData.Name)
|
||||
this.armorDesc.text = string.format("<size=37><color=#FFCC00>%s</color></size>",heroConfig.HeroLocationDesc1)
|
||||
this.armorTitle.text = string.format("<size=45><color=#FFEB9B>%s</color></size>",itemConfigData.Name)
|
||||
this.armorDesc.text = string.format("<size=37><color=#FFEB9B>%s</color></size>",heroConfig.HeroLocationDesc1)
|
||||
this.armorType.gameObject:SetActive(false)
|
||||
this.armorLanTuNum.gameObject:SetActive(false)
|
||||
this.posIcon.sprite =this.spLoader:LoadSprite(GetHeroPosStr(heroConfig.Profession))
|
||||
|
|
Loading…
Reference in New Issue