天赋图标修改

DESKTOP-MMO982B\User 2025-03-21 17:36:34 +08:00
parent cc2cf23943
commit 83a1bc5d57
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ function RoleGetInfoPopup:OnShow()
this.NoGetShowPanelData()
end
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)
local OpenPassiveSkillRules = heroStar >= HeroManager.awakeNextStarIndex and heroSData.Awaken or heroSData.OpenPassiveSkillRules
if OpenPassiveSkillRules then