mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 22:33:05 +08:00
Change username text size back to 20
This commit is contained in:
parent
6b1fdcf9a2
commit
6b44021f4d
@ -129,7 +129,7 @@ namespace osu.Game.Users
|
||||
|
||||
protected OsuSpriteText CreateUsername() => new OsuSpriteText
|
||||
{
|
||||
Font = OsuFont.GetFont(size: 19, weight: FontWeight.Bold, italics: true),
|
||||
Font = OsuFont.GetFont(size: 20, weight: FontWeight.Bold, italics: true),
|
||||
Shadow = false,
|
||||
Text = User.Username,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user