mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Merge branch 'master' of git://github.com/ppy/osu into profile-header-update
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user