lcy
2025-11-05 3b2a6bb9047cfce9f501593b3669a9c1af6c5df4
Main/System/Battle/BattleField/BattleRootNode.cs
@@ -50,6 +50,9 @@
         _blueTeamNodeList.Add(blueTrans.gameObject);
      }
      DontDestroyOnLoad(gameObject);
      // SetSortingOrder();
   }
@@ -66,7 +69,7 @@
   public void SetSortingOrder()
   {
      skillMaskAdjuster.SetSortingOrder(BattleConst.BlockerSortingOrder);
      battleStartAdjuster.SetSortingOrder(BattleConst.ActiveHeroActionSortingOrder);//最高层
      battleStartAdjuster.SetSortingOrder(BattleConst.BattleWinSortingOrder + 1);//最高层
      backgroundAdjuster.SetSortingOrder(BattleConst.BattleBackgroundOrder);//最低层
   }