Make notes scroll with beat length.

This commit is contained in:
smoogipooo
2017-05-11 19:57:24 +09:00
parent 5dd83067ee
commit 6a79c8b66c
2 changed files with 46 additions and 13 deletions

View File

@ -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.