mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 01:43:15 +08:00
Make default mania playfield timespan 1.5s for now.
This commit is contained in:
parent
519f5f785b
commit
5ebe08ed2a
@ -30,7 +30,7 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
{
|
||||
public const float HIT_TARGET_POSITION = 50;
|
||||
|
||||
private const float time_span_default = 5000;
|
||||
private const float time_span_default = 1500;
|
||||
private const float time_span_min = 10;
|
||||
private const float time_span_max = 50000;
|
||||
private const float time_span_step = 200;
|
||||
|
Loading…
Reference in New Issue
Block a user