mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Adjust input drum transition slightly.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user