mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Make counters closer to what they should be looking like.
This commit is contained in:
@ -42,7 +42,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
/// <summary>
|
||||
/// Easing for the counter rollover animation.
|
||||
/// </summary>
|
||||
protected virtual EasingTypes RollingEasing => EasingTypes.None;
|
||||
protected virtual EasingTypes RollingEasing => EasingTypes.Out;
|
||||
|
||||
private T displayedCount;
|
||||
|
||||
|
Reference in New Issue
Block a user