Adjust osu!mania scroll speed defaults to be more sane (#6062)

Adjust osu!mania scroll speed defaults to be more sane
This commit is contained in:
Dean Herbert 2019-09-11 14:11:26 +09:00 committed by GitHub
commit 34d8e200a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ protected override void InitialiseDefaults()
{
base.InitialiseDefaults();
Set(ManiaRulesetSetting.ScrollTime, 2250.0, 50.0, 10000.0, 50.0);
Set(ManiaRulesetSetting.ScrollTime, 1500.0, 50.0, 5000.0, 50.0);
Set(ManiaRulesetSetting.ScrollDirection, ManiaScrollingDirection.Down);
}