Move menu cursor size to UI section

This commit is contained in:
Dean Herbert
2020-11-30 16:14:15 +09:00
parent e14db45374
commit 55c8aa5d5f
3 changed files with 21 additions and 11 deletions

View File

@ -21,6 +21,12 @@ namespace osu.Game.Overlays.Settings.Sections.UserInterface
LabelText = "Rotate cursor when dragging",
Current = config.GetBindable<bool>(OsuSetting.CursorRotation)
},
new SettingsSlider<float, SizeSlider>
{
LabelText = "Menu cursor size",
Current = config.GetBindable<float>(OsuSetting.MenuCursorSize),
KeyboardStep = 0.01f
},
new SettingsCheckbox
{
LabelText = "Parallax",