Limit minimum brightness of combo colours

This commit is contained in:
Dan Balasescu
2022-10-05 17:50:36 +09:00
parent d9c3f5834c
commit 4149235e63
4 changed files with 189 additions and 2 deletions

View File

@ -175,6 +175,7 @@ namespace osu.Game.Configuration
SetDefault(OsuSetting.EditorWaveformOpacity, 0.25f);
SetDefault(OsuSetting.LastProcessedMetadataId, -1);
SetDefault(OsuSetting.ComboColourBrightness, 0.7f, 0f, 1f);
}
protected override bool CheckLookupContainsPrivateInformation(OsuSetting lookup)
@ -370,6 +371,7 @@ namespace osu.Game.Configuration
DiscordRichPresence,
AutomaticallyDownloadWhenSpectating,
ShowOnlineExplicitContent,
LastProcessedMetadataId
LastProcessedMetadataId,
ComboColourBrightness
}
}