1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 23:12:56 +08:00

Add forgotten symbol

This commit is contained in:
Andrei Zavatski 2019-07-08 12:10:08 +03:00
parent 59cfd39670
commit 1e5639acee

View File

@ -43,7 +43,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Text = position.ToString(),
Text = $"#{position.ToString()}",
Font = OsuFont.GetFont(size: 30, weight: FontWeight.Bold, italics: true)
},
rank = new UpdateableRank(ScoreRank.D)