1
0
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:
Andrei Zavatski 2020-03-05 03:33:14 +03:00
parent 6b1fdcf9a2
commit 6b44021f4d

View File

@ -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,
};