mirror of
https://github.com/ppy/osu.git
synced 2025-03-13 23:47:21 +08:00
Adjust kiai flash period in line with stable
This commit is contained in:
parent
7dbd6e2469
commit
d441e98af7
@ -3,7 +3,6 @@
|
||||
|
||||
#nullable disable
|
||||
|
||||
using System;
|
||||
using osu.Framework.Allocation;
|
||||
using osu.Framework.Audio.Track;
|
||||
using osu.Framework.Extensions.Color4Extensions;
|
||||
@ -170,7 +169,7 @@ namespace osu.Game.Rulesets.Taiko.Skinning.Default
|
||||
FlashBox
|
||||
.FadeTo(flash_opacity)
|
||||
.Then()
|
||||
.FadeOut(Math.Max(80, timingPoint.BeatLength - 80), Easing.OutSine);
|
||||
.FadeOut(timingPoint.BeatLength * 0.75, Easing.OutSine);
|
||||
}
|
||||
|
||||
if (beatIndex % timingPoint.TimeSignature.Numerator != 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user