| Main/System/Battle/BattleObject/BattleObjectLayerMgr.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| Main/System/Battle/UIComp/BattleHeroInfoBar.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Main/System/Battle/BattleObject/BattleObjectLayerMgr.cs
@@ -28,6 +28,7 @@ { rendererAdjuster.SetSortingOrder(sortingOrder); } battleObj.heroInfoBar.maxXpGO.SetSortingOrder(sortingOrder + 5); } public void AddEffect(BattleEffectPlayer effectPlayer) Main/System/Battle/UIComp/BattleHeroInfoBar.cs
@@ -38,7 +38,7 @@ [Header("UI Components")] public Slider sliderHp; public Slider sliderXp; public GameObject maxXpGO; public RendererAdjuster maxXpGO; public Slider sliderShield1; public Slider sliderShield2; public BasicHeroInfoContainer heroInfoContainer;