1
0
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:
smoogipooo 2017-06-02 17:45:48 +09:00
parent 519f5f785b
commit 5ebe08ed2a

View File

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