mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
Make bar length and visualizer count floats
This commit is contained in:
parent
cea8dc5602
commit
3764c1d799
@ -25,9 +25,9 @@ namespace osu.Game.Screens.Menu
|
||||
private Color4 barColour;
|
||||
|
||||
private const int index_change = 5;
|
||||
private const int bar_length = 1200;
|
||||
private const float bar_length = 1200;
|
||||
private const int bars_per_visualizer = 250;
|
||||
private const int visualizers = 5;
|
||||
private const float visualizers = 5;
|
||||
|
||||
/// <summary>
|
||||
/// How much should each bar go down each milisecond (based on a full bar)
|
||||
|
Loading…
Reference in New Issue
Block a user