Merge branch 'master' into adjust-beatmap-overlay

This commit is contained in:
Dean Herbert
2020-02-21 09:52:44 +09:00
committed by GitHub
247 changed files with 6452 additions and 3014 deletions

View File

@ -135,7 +135,8 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
new OsuSpriteText
{
Text = $@"{score.MaxCombo:N0}x",
Font = OsuFont.GetFont(size: text_size)
Font = OsuFont.GetFont(size: text_size),
Colour = score.MaxCombo == score.Beatmap?.MaxCombo ? highAccuracyColour : Color4.White
}
};