Allow combo colour normalisation to be disabled

This commit is contained in:
Dan Balasescu
2022-10-14 14:37:24 +09:00
parent 15db65c037
commit 8a88339e78
3 changed files with 29 additions and 3 deletions

View File

@ -175,6 +175,8 @@ namespace osu.Game.Configuration
SetDefault(OsuSetting.EditorWaveformOpacity, 0.25f);
SetDefault(OsuSetting.LastProcessedMetadataId, -1);
SetDefault(OsuSetting.NormaliseComboColourBrightness, false);
SetDefault(OsuSetting.ComboColourBrightness, 0.7f, 0f, 1f);
}
@ -372,6 +374,7 @@ namespace osu.Game.Configuration
AutomaticallyDownloadWhenSpectating,
ShowOnlineExplicitContent,
LastProcessedMetadataId,
NormaliseComboColourBrightness,
ComboColourBrightness
}
}