Adjust background presentation

This commit is contained in:
Andrei Zavatski
2020-03-05 01:41:55 +03:00
parent 0b98bcc856
commit d297bf6957
3 changed files with 7 additions and 4 deletions

View File

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