mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Make notes scroll with beat length.
This commit is contained in:
@ -27,10 +27,10 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
{
|
||||
public const float HIT_TARGET_POSITION = 50;
|
||||
|
||||
private const float time_span_default = 500;
|
||||
private const float time_span_default = 20000;
|
||||
private const float time_span_min = 10;
|
||||
private const float time_span_max = 20000;
|
||||
private const float time_span_step = 100;
|
||||
private const float time_span_max = 50000;
|
||||
private const float time_span_step = 1000;
|
||||
|
||||
/// <summary>
|
||||
/// Default column keys, expanding outwards from the middle as more column are added.
|
||||
|
Reference in New Issue
Block a user