mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Make bar length and visualizer count floats
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user