1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 17:47:18 +08:00

Minor adjustments

This commit is contained in:
Andrei Zavatski 2020-03-05 02:38:30 +03:00
parent 13752ffe9d
commit 6b1fdcf9a2
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@ namespace osu.Game.Users
[BackgroundDependencyLoader]
private void load()
{
Background.FadeTo(0.4f);
Background.FadeTo(0.3f);
}
protected override Drawable CreateLayout()

View File

@ -130,6 +130,7 @@ namespace osu.Game.Users
protected OsuSpriteText CreateUsername() => new OsuSpriteText
{
Font = OsuFont.GetFont(size: 19, weight: FontWeight.Bold, italics: true),
Shadow = false,
Text = User.Username,
};