mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 23:22: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.FadeTo(Math.Min(target.Alpha + 0.4f, 1), 40, EasingTypes.OutQuint);
|
||||||
target.Delay(40);
|
target.Delay(40);
|
||||||
target.FadeOut(600, EasingTypes.OutQuint);
|
target.FadeOut(1000, EasingTypes.OutQuint);
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user