1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 21:47:25 +08:00

Adjust slider fadeout slightly.

This commit is contained in:
Dean Herbert 2016-11-29 22:14:56 +09:00
parent ca0bea7534
commit 30e62eb53c

View File

@ -92,7 +92,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
base.UpdateState(state);
Delay(HitObject.Duration);
FadeOut(100);
FadeOut(300);
}
private class Ball : Container