mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Separated menu and gameplay cursor size
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user