Make counters closer to what they should be looking like.

This commit is contained in:
Dean Herbert
2016-12-07 21:05:29 +09:00
parent bbc11c77ca
commit 08f8eb649c
4 changed files with 13 additions and 11 deletions

View File

@ -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;