Add lighten background during breaks setting

This commit is contained in:
Salman Ahmed
2019-12-10 15:10:35 +03:00
parent f3ec98d85f
commit b93bbf81aa
2 changed files with 7 additions and 0 deletions

View File

@ -30,6 +30,11 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
KeyboardStep = 0.01f
},
new SettingsCheckbox
{
LabelText = "Lighten playfield during breaks",
Bindable = config.GetBindable<bool>(OsuSetting.LightenDuringBreaks)
},
new SettingsCheckbox
{
LabelText = "Show score overlay",
Bindable = config.GetBindable<bool>(OsuSetting.ShowInterface)