mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Limit minimum brightness of combo colours
This commit is contained in:
@ -40,6 +40,12 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
|
||||
LabelText = GraphicsSettingsStrings.StoryboardVideo,
|
||||
Current = config.GetBindable<bool>(OsuSetting.ShowStoryboard)
|
||||
},
|
||||
new SettingsSlider<float>
|
||||
{
|
||||
LabelText = "Combo colour brightness",
|
||||
Current = config.GetBindable<float>(OsuSetting.ComboColourBrightness),
|
||||
DisplayAsPercentage = true
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user