Merge branch 'master' into low-hp-red-layer

This commit is contained in:
Dan Balasescu
2020-04-14 14:47:01 +09:00
committed by GitHub
135 changed files with 3863 additions and 794 deletions

View File

@ -62,6 +62,11 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
LabelText = "Always show key overlay",
Bindable = config.GetBindable<bool>(OsuSetting.KeyOverlay)
},
new SettingsCheckbox
{
LabelText = "Positional hitsounds",
Bindable = config.GetBindable<bool>(OsuSetting.PositionalHitSounds)
},
new SettingsEnumDropdown<ScoreMeterType>
{
LabelText = "Score meter type",