Update names and icons to match new designs

This commit is contained in:
Dean Herbert
2020-09-03 16:26:09 +09:00
parent dceae21bbf
commit dbf44fbaf2
8 changed files with 10 additions and 10 deletions

View File

@ -97,7 +97,7 @@ namespace osu.Game.Overlays.Profile
public ProfileHeaderTitle()
{
Title = "player info";
IconTexture = "Icons/profile";
IconTexture = "Icons/Hexacons/profile";
}
}