Merge remote-tracking branch 'upstream/master' into playfield-scaling-rework

This commit is contained in:
Dean Herbert
2018-10-12 19:25:08 +09:00
52 changed files with 313 additions and 228 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Mania.Configuration
{
base.InitialiseDefaults();
Set(ManiaSetting.ScrollTime, 1500.0, 50.0, 10000.0, 50.0);
Set(ManiaSetting.ScrollTime, 2250.0, 50.0, 10000.0, 50.0);
Set(ManiaSetting.ScrollDirection, ManiaScrollingDirection.Down);
}