天赋图标修改
parent
cc2cf23943
commit
83a1bc5d57
|
@ -171,7 +171,7 @@ function RoleGetInfoPopup:OnShow()
|
||||||
this.NoGetShowPanelData()
|
this.NoGetShowPanelData()
|
||||||
end
|
end
|
||||||
LogError("breakid=="..breakId.." upstarid=="..upStarId)
|
LogError("breakid=="..breakId.." upstarid=="..upStarId)
|
||||||
local talentBtnImage = heroStar == HeroManager.awakeNextStarIndex and "r_hero_tianfu2_zh" or "r_hero_tianfu1_zh"
|
local talentBtnImage = heroStar == HeroManager.awakeNextStarIndex and "UI_hz_zhonghe02_24" or "UI_hz_zhonghe02_24"
|
||||||
this.talentBtn:GetComponent("Image").sprite = this.spLoader:LoadSprite(talentBtnImage)
|
this.talentBtn:GetComponent("Image").sprite = this.spLoader:LoadSprite(talentBtnImage)
|
||||||
local OpenPassiveSkillRules = heroStar >= HeroManager.awakeNextStarIndex and heroSData.Awaken or heroSData.OpenPassiveSkillRules
|
local OpenPassiveSkillRules = heroStar >= HeroManager.awakeNextStarIndex and heroSData.Awaken or heroSData.OpenPassiveSkillRules
|
||||||
if OpenPassiveSkillRules then
|
if OpenPassiveSkillRules then
|
||||||
|
|
Loading…
Reference in New Issue