Merge branch 'master' into revert-to-default-glow

This commit is contained in:
Dean Herbert
2017-10-24 10:46:31 +09:00
24 changed files with 176 additions and 79 deletions

View File

@ -20,7 +20,8 @@ namespace osu.Game.Overlays.Settings.Sections.Audio
new SettingsSlider<double, OffsetSlider>
{
LabelText = "Audio Offset",
Bindable = config.GetBindable<double>(OsuSetting.AudioOffset)
Bindable = config.GetBindable<double>(OsuSetting.AudioOffset),
KeyboardStep = 100f
},
new SettingsButton
{