mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 02:13:21 +08:00
Add roll duration
This commit is contained in:
parent
b6a6db1160
commit
f69c084969
@ -15,6 +15,8 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
{
|
{
|
||||||
public partial class BPMCounter : RollingCounter<double>, ISkinnableDrawable
|
public partial class BPMCounter : RollingCounter<double>, ISkinnableDrawable
|
||||||
{
|
{
|
||||||
|
protected override double RollingDuration => 750;
|
||||||
|
|
||||||
[Resolved]
|
[Resolved]
|
||||||
private IBindable<WorkingBeatmap> beatmap { get; set; } = null!;
|
private IBindable<WorkingBeatmap> beatmap { get; set; } = null!;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user