mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Better namings for the speed change "algorithms"
This commit is contained in:
@ -72,7 +72,7 @@ namespace osu.Game.Configuration
|
||||
|
||||
Set(OsuSetting.FloatingComments, false);
|
||||
|
||||
Set(OsuSetting.ScrollingAlgorithm, ScrollingAlgorithmType.Global);
|
||||
Set(OsuSetting.SpeedChangeVisualisation, SpeedChangeVisualisationMethod.Sequential);
|
||||
|
||||
// Update
|
||||
Set(OsuSetting.ReleaseStream, ReleaseStream.Lazer);
|
||||
@ -119,6 +119,6 @@ namespace osu.Game.Configuration
|
||||
ChatDisplayHeight,
|
||||
Version,
|
||||
ShowConvertedBeatmaps,
|
||||
ScrollingAlgorithm
|
||||
SpeedChangeVisualisation
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user