Use comma separator for tournament score displays

This commit is contained in:
Dean Herbert
2021-10-10 16:06:12 +09:00
parent 49a878dc20
commit 446f091d32
2 changed files with 2 additions and 4 deletions

View File

@ -132,6 +132,7 @@ namespace osu.Game.Tournament.Screens.Gameplay.Components
private OsuSpriteText displayedSpriteText;
public MatchScoreCounter()
: base(useCommaSeparator: true)
{
Margin = new MarginPadding { Top = bar_height, Horizontal = 10 };
}