Move other score components to centre alignment (and switch font).

This commit is contained in:
Dean Herbert
2017-02-16 22:44:41 +09:00
parent ca6946c7a2
commit 53e40804ab
2 changed files with 12 additions and 7 deletions

View File

@ -107,7 +107,10 @@ namespace osu.Game.Graphics.UserInterface
{
Children = new Drawable[]
{
DisplayedCountSpriteText = new OsuSpriteText(),
DisplayedCountSpriteText = new OsuSpriteText()
{
Font = @"Venera"
},
};
TextSize = 40;