mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 01:00:27 +08:00
Show base velocity in slider adjustment popover
This commit is contained in:
@@ -165,6 +165,8 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
||||
AddValue($"{sliderVelocities.First():#,0.00}x - {sliderVelocities.Last():#,0.00}x");
|
||||
}
|
||||
|
||||
AddHeader("Beatmap base velocity");
|
||||
AddValue($"{EditorBeatmap.Difficulty.BaseSliderVelocity:#,0.00}x");
|
||||
}
|
||||
|
||||
protected override void Dispose(bool isDisposing)
|
||||
|
||||
Reference in New Issue
Block a user