Add OSD + config value for scroll speed

This commit is contained in:
smoogipoo
2018-01-11 13:40:46 +09:00
parent 3a869edf36
commit a6d8b28221
4 changed files with 17 additions and 5 deletions

View File

@ -73,6 +73,7 @@ namespace osu.Game.Configuration
Set(OsuSetting.FloatingComments, false);
Set(OsuSetting.ScrollingAlgorithm, ScrollingAlgorithmType.Global);
Set(OsuSetting.UserScrollSpeed, 1500.0, 50.0, 10000.0);
// Update
Set(OsuSetting.ReleaseStream, ReleaseStream.Lazer);
@ -119,6 +120,7 @@ namespace osu.Game.Configuration
ChatDisplayHeight,
Version,
ShowConvertedBeatmaps,
ScrollingAlgorithm
ScrollingAlgorithm,
UserScrollSpeed
}
}