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:
parent
ca0bea7534
commit
30e62eb53c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user