mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Update SkinSection.cs
Added "Use beatmap skins" button to general settings
This commit is contained in:
@ -48,6 +48,11 @@ namespace osu.Game.Overlays.Settings.Sections
|
|||||||
KeyboardStep = 0.01f
|
KeyboardStep = 0.01f
|
||||||
},
|
},
|
||||||
new SettingsCheckbox
|
new SettingsCheckbox
|
||||||
|
{
|
||||||
|
LabelText = "Use beatmap skins",
|
||||||
|
Bindable = config.GetBindable<bool>(OsuSetting.BeatmapSkins)
|
||||||
|
},
|
||||||
|
new SettingsCheckbox
|
||||||
{
|
{
|
||||||
LabelText = "Adjust gameplay cursor size based on current beatmap",
|
LabelText = "Adjust gameplay cursor size based on current beatmap",
|
||||||
Bindable = config.GetBindable<bool>(OsuSetting.AutoCursorSize)
|
Bindable = config.GetBindable<bool>(OsuSetting.AutoCursorSize)
|
||||||
|
Reference in New Issue
Block a user