灯光部分修正

This commit is contained in:
2026-02-03 20:49:52 +08:00
parent ec629982be
commit 2109610194
11 changed files with 5012 additions and 1631 deletions
@@ -383,7 +383,8 @@ public class ShockSystem : MonoBehaviour
yield return new WaitForSeconds(shockFlashDelay);
// 获取ECG波形组件
var lightSystem = FixSystemCenter.SystemDic.Get<FixLightSystem>();
var screenSystem = FixSystemCenter.SystemDic.Get<ScreenSystem>();
var lightSystem = screenSystem?.FixLightSystem;
var originalWaveType = lightSystem?.GetCurrentWaveType();
flashSequence = DOTween.Sequence();