神将来源定位描述错误修改
parent
11fe33f664
commit
82f1650edf
|
@ -320,7 +320,7 @@ function RewardItemSingleShowPopup:OnShow()
|
|||
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.HeroLocationDesc4)
|
||||
this.armorDesc.text = string.format("<size=37><color=#FFCC00>%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