mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Update with missing icons
This commit is contained in:
@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user