mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Wire up remaining sliders, except for ints
This commit is contained in:
@ -96,6 +96,7 @@ namespace osu.Game.Configuration
|
||||
Set(OsuConfig.MouseDisableWheel, false);
|
||||
Set(OsuConfig.MouseSpeed, 1, 0.4, 6);
|
||||
Set(OsuConfig.Offset, 0, -300, 300);
|
||||
Set(OsuConfig.ScoreMeterScale, 1, 0.5, 2);
|
||||
//Set(OsuConfig.ScoreMeterScale, 1, 0.5, OsuGame.Tournament ? 10 : 2);
|
||||
Set(OsuConfig.DistanceSpacing, 0.8, 0.1, 6);
|
||||
Set(OsuConfig.EditorBeatDivisor, 1, 1, 16);
|
||||
|
Reference in New Issue
Block a user