mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Change username text size back to 20
This commit is contained in:
@ -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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user