Add CS display

This commit is contained in:
Dean Herbert 2018-11-12 01:25:22 +09:00
parent 123629ba9e
commit 00731560cb
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ private void update()
}, },
new OsuSpriteText new OsuSpriteText
{ {
Text = $"AR {ar:0.#}{extra}", Text = $"CS{beatmap.BaseDifficulty.CircleSize:0.#} / AR {ar:0.#}{extra}",
Margin = new MarginPadding { Horizontal = 15, Vertical = 5 }, Margin = new MarginPadding { Horizontal = 15, Vertical = 5 },
Colour = OsuColour.Gray(0.33f), Colour = OsuColour.Gray(0.33f),
Anchor = Anchor.TopRight, Anchor = Anchor.TopRight,