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

@ -25,7 +25,7 @@ namespace osu.Game.Overlays.BeatmapSet
public BeatmapHeaderTitle()
{
Title = "beatmap info";
IconTexture = "Icons/changelog";
IconTexture = "Icons/Hexacons/music";
}
}
}