Change + rank strings to be cleaner for the end-user

This commit is contained in:
Dean Herbert
2019-04-21 21:38:12 +09:00
parent 6f2bc943eb
commit 30d4dd9355

View File

@ -25,13 +25,13 @@ namespace osu.Game.Scoring
[Description(@"S")] [Description(@"S")]
S, S,
[Description(@"SPlus")] [Description(@"S+")]
SH, SH,
[Description(@"SS")] [Description(@"SS")]
X, X,
[Description(@"SSPlus")] [Description(@"SS+")]
XH, XH,
} }
} }