Update with missing icons

This commit is contained in:
Dean Herbert
2020-09-03 17:05:45 +09:00
parent f5a73130e1
commit 99e34d8562
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ namespace osu.Game.Overlays.BeatmapListing
{ {
Title = "beatmap listing"; Title = "beatmap listing";
Description = "Browse for new beatmaps"; Description = "Browse for new beatmaps";
IconTexture = "Icons/Hexacons/music"; IconTexture = "Icons/Hexacons/beatmap";
} }
} }
} }

View File

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

View File

@ -18,7 +18,7 @@ namespace osu.Game.Overlays
{ {
public class NotificationOverlay : OsuFocusedOverlayContainer, INamedOverlayComponent public class NotificationOverlay : OsuFocusedOverlayContainer, INamedOverlayComponent
{ {
public string IconTexture => "Icons/Hexacons/"; public string IconTexture => "Icons/Hexacons/notification";
public string Title => "Notifications"; public string Title => "Notifications";
public string Description => "Waiting for 'ya"; public string Description => "Waiting for 'ya";