Separated menu and gameplay cursor size

This commit is contained in:
Jorolf
2017-03-17 18:40:03 +01:00
parent 77067b7e64
commit 8568e1536c
3 changed files with 9 additions and 2 deletions

View File

@ -61,9 +61,14 @@ namespace osu.Game.Overlays.Options.Sections
},
new OptionSlider<double>
{
LabelText = "Cursor size",
LabelText = "Menu Cursor size",
Bindable = (BindableDouble)config.GetBindable<double>(OsuConfig.CursorSize)
},
new OptionSlider<double>
{
LabelText = "Gameplay Cursor size",
Bindable = (BindableDouble)config.GetBindable<double>(OsuConfig.GameplayCursorSize)
},
new OsuCheckbox
{
LabelText = "Automatic cursor size",