Skip to content

Commit 0ca1e8f

Browse files
[F] 修复部分曲目无fade out动画的bug
1 parent ebda3da commit 0ca1e8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AquaMai.Mods/Fancy/SetFade.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ private static void DriveKLDAnimation(GameObject monitor, CommonFadeEntry cfg)
176176

177177
// 根据你的要求修正动画映射
178178
string animName = cfg.FadeType switch {
179-
1 => "Out",
179+
1 => "In",
180180
2 => "Out_02",
181181
3 => "Out_03",
182-
_ => "Out"
182+
_ => "In"
183183
};
184184

185185
if (main != null)

0 commit comments

Comments
 (0)