1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 04:53:21 +08:00

Add icon for profile header

This commit is contained in:
Andrei Zavatski 2019-12-27 04:01:33 +03:00
parent 25f6517fba
commit bd6e603be3

View File

@ -114,6 +114,8 @@ namespace osu.Game.Overlays.Profile
{
AccentColour = colours.Seafoam;
}
protected override Drawable CreateIcon() => new ScreenTitleTextureIcon(@"Icons/profile");
}
}
}