Add scrolling algorithm to global settings

This commit is contained in:
smoogipoo
2018-01-08 11:34:37 +09:00
parent 4ab3b0d76b
commit c4d1922c8b
11 changed files with 77 additions and 61 deletions

View File

@ -71,6 +71,8 @@ namespace osu.Game.Configuration
Set(OsuSetting.FloatingComments, false);
Set(OsuSetting.ScrollingAlgorithm, ScrollingAlgorithmType.Global);
// Update
Set(OsuSetting.ReleaseStream, ReleaseStream.Lazer);
@ -114,6 +116,7 @@ namespace osu.Game.Configuration
ShowFpsDisplay,
ChatDisplayHeight,
Version,
ShowConvertedBeatmaps
ShowConvertedBeatmaps,
ScrollingAlgorithm
}
}