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);//最低层 }