This commit is contained in:
DrabWeb
2017-07-11 02:00:36 -03:00
159 changed files with 909 additions and 750 deletions

View File

@ -31,6 +31,7 @@ namespace osu.Game.Users
Add(new Sprite
{
RelativeSizeAxes = Axes.Both,
Texture = texture,
FillMode = FillMode.Fit,
Anchor = Anchor.Centre,

View File

@ -46,6 +46,7 @@ namespace osu.Game.Users
{
new AsyncLoadWrapper(new CoverBackgroundSprite(user)
{
RelativeSizeAxes = Axes.Both,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
FillMode = FillMode.Fill,