mirror of
https://github.com/ppy/osu
synced 2025-01-31 02:12:03 +00:00
Update SkinSection.cs
Added "Use beatmap skins" button to general settings
This commit is contained in:
parent
e62f1e8851
commit
42fa04beee
@ -48,6 +48,11 @@ namespace osu.Game.Overlays.Settings.Sections
|
||||
KeyboardStep = 0.01f
|
||||
},
|
||||
new SettingsCheckbox
|
||||
{
|
||||
LabelText = "Use beatmap skins",
|
||||
Bindable = config.GetBindable<bool>(OsuSetting.BeatmapSkins)
|
||||
},
|
||||
new SettingsCheckbox
|
||||
{
|
||||
LabelText = "Adjust gameplay cursor size based on current beatmap",
|
||||
Bindable = config.GetBindable<bool>(OsuSetting.AutoCursorSize)
|
||||
|
Loading…
Reference in New Issue
Block a user