Adjust slider fadeout slightly.

This commit is contained in:
Dean Herbert 2016-11-29 22:14:56 +09:00
parent ca0bea7534
commit 30e62eb53c
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ protected override void UpdateState(ArmedState state)
base.UpdateState(state);
Delay(HitObject.Duration);
FadeOut(100);
FadeOut(300);
}
private class Ball : Container