From b20b06455ea5bedada2b552a92619a196bc736d2 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 24 十月 2025 17:44:44 +0800
Subject: [PATCH] 125 战斗 战斗节点变更 BOSS战背景图更新等

---
 Main/System/Battle/BattleConst.cs |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/Main/System/Battle/BattleConst.cs b/Main/System/Battle/BattleConst.cs
index cf46127..8db0d11 100644
--- a/Main/System/Battle/BattleConst.cs
+++ b/Main/System/Battle/BattleConst.cs
@@ -63,7 +63,7 @@
     {
         get
         {
-            return UnactiveHeroBackSortingOrder - 1;
+            return BattleWinSortingOrder - 10;
         }
     }
 
@@ -107,7 +107,7 @@
     {
         get
         {
-            return BattleWinSortingOrder - 3;
+            return BattleWinSortingOrder - 8;
         }
     }
 
@@ -116,7 +116,7 @@
     {
         get
         {
-            return UnactiveHeroSortingOrder - 1;
+            return BattleWinSortingOrder - 9;
         }
     }
 
@@ -125,7 +125,7 @@
     {
         get
         {
-            return UnactiveHeroSortingOrder + 1;
+            return BattleWinSortingOrder - 7;
         }
     }
 
@@ -135,7 +135,7 @@
     {
         get
         {
-            return UnactiveHeroFrontSortingOrder + 1;
+            return BattleWinSortingOrder - 6;
         }
     }
 
@@ -145,7 +145,7 @@
     {
         get
         {
-            return BattleWinSortingOrder + 1;
+            return BattleWinSortingOrder - 4;
         }
     }
 
@@ -155,7 +155,7 @@
     {
         get
         {
-            return ActiveHeroSortingOrder - 1;
+            return ActiveHeroSortingOrder - 5;
         }
     }
 
@@ -164,7 +164,7 @@
     {
         get
         {
-            return ActiveHeroSortingOrder + 10;
+            return ActiveHeroSortingOrder - 3;
         }
     }
 
@@ -174,7 +174,7 @@
     {
         get
         {
-            return ActiveHeroFrontSortingOrder - 5;
+            return ActiveHeroSortingOrder - 2;
         }
     }
 

--
Gitblit v1.8.0