mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 19:43:22 +08:00
Consolidate layout, wording and ordering with VisualSettings
This commit is contained in:
parent
7cdb823c87
commit
7baff750de
@ -49,19 +49,19 @@ namespace osu.Game.Overlays.Settings.Sections
|
||||
},
|
||||
new SettingsCheckbox
|
||||
{
|
||||
LabelText = "Use beatmap skins",
|
||||
LabelText = "Adjust gameplay cursor size based on current beatmap",
|
||||
Bindable = config.GetBindable<bool>(OsuSetting.AutoCursorSize)
|
||||
},
|
||||
new SettingsCheckbox
|
||||
{
|
||||
LabelText = "Beatmap skins",
|
||||
Bindable = config.GetBindable<bool>(OsuSetting.BeatmapSkins)
|
||||
},
|
||||
new SettingsCheckbox
|
||||
{
|
||||
LabelText = "Use beatmap hitsounds",
|
||||
LabelText = "Beatmap hitsounds",
|
||||
Bindable = config.GetBindable<bool>(OsuSetting.BeatmapHitsounds)
|
||||
},
|
||||
new SettingsCheckbox
|
||||
{
|
||||
LabelText = "Adjust gameplay cursor size based on current beatmap",
|
||||
Bindable = config.GetBindable<bool>(OsuSetting.AutoCursorSize)
|
||||
},
|
||||
};
|
||||
|
||||
skins.ItemAdded += itemAdded;
|
||||
|
Loading…
Reference in New Issue
Block a user