mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 12:02:54 +08:00
Remove unnecessary items from OptionsOverlay
This commit is contained in:
parent
7f9ad9adf0
commit
e23a1b8e92
@ -20,7 +20,6 @@ namespace osu.Game.Overlays.Options.Input
|
|||||||
{
|
{
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
new SpriteText { Text = "Sensitivity: TODO slider" },
|
|
||||||
new SliderOption<double>
|
new SliderOption<double>
|
||||||
{
|
{
|
||||||
LabelText = "Sensitivity",
|
LabelText = "Sensitivity",
|
||||||
|
@ -62,7 +62,6 @@ namespace osu.Game.Overlays.Options
|
|||||||
LabelText = "Always use skin cursor",
|
LabelText = "Always use skin cursor",
|
||||||
Bindable = config.GetBindable<bool>(OsuConfig.UseSkinCursor)
|
Bindable = config.GetBindable<bool>(OsuConfig.UseSkinCursor)
|
||||||
},
|
},
|
||||||
new SpriteText { Text = "Cursor size: TODO slider" },
|
|
||||||
new SliderOption<double>
|
new SliderOption<double>
|
||||||
{
|
{
|
||||||
LabelText = "Cursor size",
|
LabelText = "Cursor size",
|
||||||
|
Loading…
Reference in New Issue
Block a user