yyl
2025-11-20 135b5ee1cfaf5859c6bdbfc9250103955879f892
125 战斗 怒气条特效层级错误修改
2个文件已修改
3 ■■■■ 已修改文件
Main/System/Battle/BattleObject/BattleObjectLayerMgr.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/Battle/UIComp/BattleHeroInfoBar.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/Battle/BattleObject/BattleObjectLayerMgr.cs
@@ -28,7 +28,6 @@
        {
            rendererAdjuster.SetSortingOrder(sortingOrder);
        }
        battleObj.heroInfoBar.maxXpGO.SetSortingOrder(sortingOrder + 5);
        for (int i = 0; i < effectPlayers.Count; i++)
        {
Main/System/Battle/UIComp/BattleHeroInfoBar.cs
@@ -40,7 +40,7 @@
    [Header("UI Components")]
    public Slider sliderHp;
    public Slider sliderXp;
    public RendererAdjuster maxXpGO;
    public GameObject maxXpGO;
    public Slider sliderShield1;
    public Slider sliderShield2;
    public BasicHeroInfoContainer heroInfoContainer;