From 230bba9a3de1b00a5d901455d4e1da08abcc94ec Mon Sep 17 00:00:00 2001 From: "DESKTOP-MMO982B\\User" <752966621@qq.com> Date: Wed, 28 Aug 2024 16:53:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E9=89=B4=E4=B8=8D=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E5=8C=96=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Prefabs/UI/HandBook/HandBookHeroInfoPanel.prefab | 6 +++--- .../~Lua/Modules/HandBook/HandBookHeroInfoPanel.lua | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Assets/ManagedResources/Prefabs/UI/HandBook/HandBookHeroInfoPanel.prefab b/Assets/ManagedResources/Prefabs/UI/HandBook/HandBookHeroInfoPanel.prefab index 83f75fac1f..474bc0a0db 100644 --- a/Assets/ManagedResources/Prefabs/UI/HandBook/HandBookHeroInfoPanel.prefab +++ b/Assets/ManagedResources/Prefabs/UI/HandBook/HandBookHeroInfoPanel.prefab @@ -70,7 +70,7 @@ MonoBehaviour: m_Calls: [] m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - m_Sprite: {fileID: 21300000, guid: 5bc15caf97238fb46ac1de7142bfd252, type: 3} + m_Sprite: {fileID: 21300000, guid: 262cdc808c574af41a1b376945ebf94e, type: 3} m_Type: 0 m_PreserveAspect: 0 m_FillCenter: 1 @@ -497,7 +497,7 @@ MonoBehaviour: m_Calls: [] m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - m_Sprite: {fileID: 21300000, guid: 3ac19261366a60e4f92969a08fbb0cfe, type: 3} + m_Sprite: {fileID: 21300000, guid: 71431be42edc2c242b793a8c94e0624f, type: 3} m_Type: 0 m_PreserveAspect: 0 m_FillCenter: 1 @@ -3978,7 +3978,7 @@ MonoBehaviour: m_Calls: [] m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - m_Sprite: {fileID: 21300000, guid: 484f0fdfa95e2184f8f0bc0e33435752, type: 3} + m_Sprite: {fileID: 21300000, guid: 2e0cd356c1abce844b24dd16bc5be13c, type: 3} m_Type: 0 m_PreserveAspect: 0 m_FillCenter: 1 diff --git a/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroInfoPanel.lua b/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroInfoPanel.lua index d1ef298b2d..d8d5d6ddec 100644 --- a/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroInfoPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroInfoPanel.lua @@ -316,7 +316,7 @@ function this:UpdateHeroInfoData() --天赋 self.talentObj:SetActive(true) - local talentBtnImage ="r_hero_tianfu_zh" -- heroStar == HeroManager.awakeNextStarIndex and "r_hero_tianfu2_zh" or "r_hero_tianfu1_zh" + local talentBtnImage ="r_hero_tianfu" -- heroStar == HeroManager.awakeNextStarIndex and "r_hero_tianfu2_zh" or "r_hero_tianfu1_zh" self.talentBtn:GetComponent("Image").sprite = this.spLoader:LoadSprite(talentBtnImage) local OpenPassiveSkillRules = heroStar >= HeroManager.awakeNextStarIndex and heroConFigData.Awaken or heroConFigData.OpenPassiveSkillRules OpenPassiveSkillRules=GetPassiveByMaxStar(heroConFigData,OpenPassiveSkillRules)