Add blur to background in Player

This commit is contained in:
ColdVolcano
2017-12-25 19:11:49 -06:00
parent 367090155c
commit 044e4d0acd
3 changed files with 21 additions and 7 deletions

View File

@ -22,6 +22,12 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
Bindable = config.GetBindable<double>(OsuSetting.DimLevel),
KeyboardStep = 0.1f
},
new SettingsSlider<double>
{
LabelText = "Background blur",
Bindable = config.GetBindable<double>(OsuSetting.BlurLevel),
KeyboardStep = 0.1f
},
new SettingsCheckbox
{
LabelText = "Show score overlay",