mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Add CS display
This commit is contained in:
@ -179,7 +179,7 @@ namespace osu.Game.Tournament.Components
|
||||
},
|
||||
new OsuSpriteText
|
||||
{
|
||||
Text = $"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