Merge branch 'master' of git://github.com/ppy/osu into profile-header-update

This commit is contained in:
jorolf
2018-12-22 16:54:39 +01:00
66 changed files with 1519 additions and 457 deletions

View File

@ -181,6 +181,7 @@ namespace osu.Game.Overlays.Profile
Size = new Vector2(avatar_size),
Masking = true,
CornerRadius = avatar_size * 0.25f,
OpenOnClick = { Value = false },
},
new Container
{
@ -584,6 +585,8 @@ namespace osu.Game.Overlays.Profile
detailCountryRank.LineColour = colours.Yellow;
}
private readonly OsuSpriteText usernameText;
private User user;
public User User