Show 'D' rank badge on accuracy circle

This commit is contained in:
Dean Herbert
2020-03-19 11:58:52 +09:00
parent fc754947e0
commit c50784da93
2 changed files with 11 additions and 0 deletions

View File

@ -196,6 +196,7 @@ namespace osu.Game.Screens.Ranking.Expanded.Accuracy
new RankBadge(0.9f, ScoreRank.A),
new RankBadge(0.8f, ScoreRank.B),
new RankBadge(0.7f, ScoreRank.C),
new RankBadge(0.35f, ScoreRank.D),
}
},
rankText = new RankText(score.Rank)