mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 16:03:01 +08:00
I knew I forgot something >:(
This commit is contained in:
parent
ef9d2b5b3c
commit
fd0900eb3c
@ -19,7 +19,7 @@ namespace osu.Game.GameModes.Play.Catch
|
|||||||
protected override bool CanPopOutWhileRolling => true;
|
protected override bool CanPopOutWhileRolling => true;
|
||||||
|
|
||||||
protected virtual double FadeOutDelay => 1000;
|
protected virtual double FadeOutDelay => 1000;
|
||||||
protected virtual double FadeOutDuration => 300;
|
protected override double FadeOutDuration => 300;
|
||||||
|
|
||||||
protected override string FormatCount(ulong count)
|
protected override string FormatCount(ulong count)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user