字体颜色

onepiece_online_and
xiejun 2024-05-20 20:31:25 +08:00
parent 50bc71f605
commit 8b27bcc5b7
1 changed files with 2 additions and 2 deletions

View File

@ -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))