mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:52:53 +08:00
Add easing to rolling counter value
This commit is contained in:
parent
eeb5f3d519
commit
fa7f11d906
@ -34,6 +34,10 @@ namespace osu.Game.Screens.Play.HUD
|
||||
{
|
||||
public bool UsesFixedAnchor { get; set; }
|
||||
|
||||
protected override bool IsRollingProportional => true;
|
||||
|
||||
protected override double RollingDuration => 1000;
|
||||
|
||||
[CanBeNull]
|
||||
[Resolved(CanBeNull = true)]
|
||||
private ScoreProcessor scoreProcessor { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user