mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Move other score components to centre alignment (and switch font).
This commit is contained in:
@ -107,7 +107,10 @@ namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
Children = new Drawable[]
|
||||
{
|
||||
DisplayedCountSpriteText = new OsuSpriteText(),
|
||||
DisplayedCountSpriteText = new OsuSpriteText()
|
||||
{
|
||||
Font = @"Venera"
|
||||
},
|
||||
};
|
||||
|
||||
TextSize = 40;
|
||||
|
Reference in New Issue
Block a user