Add hit lighting setting

This commit is contained in:
Dean Herbert
2019-09-18 02:16:57 +09:00
parent fd3e2375bb
commit 63cc8d4f90
2 changed files with 9 additions and 1 deletions

View File

@ -27,6 +27,11 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
Bindable = config.GetBindable<bool>(OsuSetting.ShowVideoBackground)
},
new SettingsCheckbox
{
LabelText = "Hit Lighting",
Bindable = config.GetBindable<bool>(OsuSetting.HitLighting)
},
new SettingsCheckbox
{
LabelText = "Rotate cursor when dragging",
Bindable = config.GetBindable<bool>(OsuSetting.CursorRotation)