Add padding zeroes to score display (and fix not being applied initially).

This commit is contained in:
Dean Herbert
2017-02-18 17:35:37 +09:00
parent 32ce8cf723
commit 1a31589abd
2 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ namespace osu.Game.Modes.Osu.UI
{
public class OsuScoreOverlay : ScoreOverlay
{
protected override ScoreCounter CreateScoreCounter() => new ScoreCounter()
protected override ScoreCounter CreateScoreCounter() => new ScoreCounter(6)
{
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,