mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Automatic gameplay cursor size
This commit is contained in:
@ -31,6 +31,11 @@ namespace osu.Game.Overlays.Options.Sections
|
||||
LabelText = "Gameplay cursor size",
|
||||
Bindable = config.GetBindable<double>(OsuConfig.GameplayCursorSize)
|
||||
},
|
||||
new OptionCheckbox
|
||||
{
|
||||
LabelText = "Automatic gameplay cursor size",
|
||||
Bindable = config.GetBindable<bool>(OsuConfig.AutoCursorSize)
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user