mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Add missing space after "CS"
This commit is contained in:
@ -188,7 +188,7 @@ namespace osu.Game.Tournament.Components
|
||||
},
|
||||
new OsuSpriteText
|
||||
{
|
||||
Text = $"CS{beatmap.BaseDifficulty.CircleSize:0.#} / AR {ar:0.#}{extra}",
|
||||
Text = $"CS {beatmap.BaseDifficulty.CircleSize:0.#} / AR {ar:0.#}{extra}",
|
||||
Margin = new MarginPadding { Horizontal = 15, Vertical = 5 },
|
||||
Colour = OsuColour.Gray(0.33f),
|
||||
Anchor = Anchor.TopRight,
|
||||
|
Reference in New Issue
Block a user