mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Add OSD + config value for scroll speed
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user