From eb2fcb2536a8cce0b971f827c9232a138262b219 Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期三, 17 九月 2025 17:34:57 +0800 Subject: [PATCH] 125 【战斗】战斗系统 boss战&战斗开始 倍速 跳过 暂停 --- Main/System/Battle/BattleConst.cs | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/Main/System/Battle/BattleConst.cs b/Main/System/Battle/BattleConst.cs index 0f46bc4..07c2e1c 100644 --- a/Main/System/Battle/BattleConst.cs +++ b/Main/System/Battle/BattleConst.cs @@ -25,6 +25,13 @@ // 婵�娲昏嫳闆勫悗鐗规晥|婵�娲昏嫳闆剕婵�娲昏嫳闆勫墠鐗规晥 + + // 搴旇濡備綍绠$悊灞傜骇? + + // RendererAdjuster濡備綍鏇挎崲EffectPenetrationBlocker? + // RendererAdjuster搴旇涓嶅弬涓庣鐞嗗瓙RendererAdjuster + // RendererAdjuster鎬庝箞鑱旂郴璧锋潵 + public const int BattleBlackTransparentMaskOffset = 100; @@ -38,6 +45,11 @@ { return battleWin.GetSortingOrder(); } + FullScreenBattleWin fsBattleWin = UIManager.Instance.GetUI<FullScreenBattleWin>(); + if (fsBattleWin != null) + { + return fsBattleWin.GetSortingOrder(); + } return 0; } } -- Gitblit v1.8.0