mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Adjust keyboard step to be something sensible
This commit is contained in:
@ -18,7 +18,8 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
{
|
||||
multiplierSlider = new SliderWithTextBoxInput<double>("Speed Multiplier")
|
||||
{
|
||||
Current = new DifficultyControlPoint().SpeedMultiplierBindable
|
||||
Current = new DifficultyControlPoint().SpeedMultiplierBindable,
|
||||
KeyboardStep = 0.1f
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user