mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:03:08 +08:00
Update with missing icons
This commit is contained in:
parent
f5a73130e1
commit
99e34d8562
@ -13,7 +13,7 @@ namespace osu.Game.Overlays.BeatmapListing
|
||||
{
|
||||
Title = "beatmap listing";
|
||||
Description = "Browse for new beatmaps";
|
||||
IconTexture = "Icons/Hexacons/music";
|
||||
IconTexture = "Icons/Hexacons/beatmap";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -25,7 +25,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
public BeatmapHeaderTitle()
|
||||
{
|
||||
Title = "beatmap info";
|
||||
IconTexture = "Icons/Hexacons/music";
|
||||
IconTexture = "Icons/Hexacons/beatmap";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
public class NotificationOverlay : OsuFocusedOverlayContainer, INamedOverlayComponent
|
||||
{
|
||||
public string IconTexture => "Icons/Hexacons/";
|
||||
public string IconTexture => "Icons/Hexacons/notification";
|
||||
public string Title => "Notifications";
|
||||
public string Description => "Waiting for 'ya";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user