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:
parent
59cfd39670
commit
1e5639acee
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user