mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 06:52:56 +08:00
Adjust input drum transition slightly.
This commit is contained in:
parent
d6d19d726b
commit
b8c8ca2f0e
@ -139,7 +139,7 @@ namespace osu.Game.Modes.Taiko.UI
|
||||
{
|
||||
target.FadeTo(Math.Min(target.Alpha + 0.4f, 1), 40, EasingTypes.OutQuint);
|
||||
target.Delay(40);
|
||||
target.FadeOut(600, EasingTypes.OutQuint);
|
||||
target.FadeOut(1000, EasingTypes.OutQuint);
|
||||
}
|
||||
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user