mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Add scrolling algorithm to global settings
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user