mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Show 'D' rank badge on accuracy circle
This commit is contained in:
@ -32,6 +32,16 @@ namespace osu.Game.Tests.Visual.Ranking
|
||||
typeof(SmoothCircularProgress)
|
||||
};
|
||||
|
||||
[Test]
|
||||
public void TestLowDRank()
|
||||
{
|
||||
var score = createScore();
|
||||
score.Accuracy = 0.2;
|
||||
score.Rank = ScoreRank.D;
|
||||
|
||||
addCircleStep(score);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestDRank()
|
||||
{
|
||||
|
Reference in New Issue
Block a user