Automatic gameplay cursor size

This commit is contained in:
EVAST9919
2017-05-13 03:46:37 +03:00
parent 08f980ccae
commit ca6df533bd
3 changed files with 22 additions and 2 deletions

View File

@ -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)
},
};
}