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 @@ private class BeatmapHeaderTitle : OverlayTitle
public BeatmapHeaderTitle()
{
Title = "beatmap info";
IconTexture = "Icons/changelog";
IconTexture = "Icons/Hexacons/music";
}
}
}

View File

@ -116,7 +116,7 @@ public ChangelogHeaderTitle()
{
Title = "changelog";
Description = "Track recent dev updates in the osu! ecosystem";
IconTexture = "Icons/changelog";
IconTexture = "Icons/Hexacons/devtools";
}
}
}

View File

@ -28,8 +28,8 @@ namespace osu.Game.Overlays
{
public class ChatOverlay : OsuFocusedOverlayContainer, INamedOverlayComponent
{
public string IconTexture => "Icons/chat";
public string Title => "Chat";
public string IconTexture => "Icons/Hexacons/messaging";
public string Title => "chat";
public string Description => "Join the real-time discussion";
private const float textbox_height = 60;

View File

@ -12,8 +12,8 @@ private class DashboardTitle : OverlayTitle
public DashboardTitle()
{
Title = "dashboard";
Description = "View your friends and other top level information";
IconTexture = "Icons/hexacons/dashboard";
Description = "View your friends and other information";
IconTexture = "Icons/Hexacons/social";
}
}
}

View File

@ -58,7 +58,7 @@ public NewsHeaderTitle()
{
Title = "news";
Description = "Get up-to-date on community happenings";
IconTexture = "Icons/news";
IconTexture = "Icons/Hexacons/news";
}
}
}

View File

@ -28,7 +28,7 @@ namespace osu.Game.Overlays
public class NowPlayingOverlay : OsuFocusedOverlayContainer, INamedOverlayComponent
{
public string IconTexture => "Icons/Hexacons/music";
public string Title => "Now playing";
public string Title => "now playing";
public string Description => "Manage the currently playing track";
private const float player_height = 130;

View File

@ -97,7 +97,7 @@ private class ProfileHeaderTitle : OverlayTitle
public ProfileHeaderTitle()
{
Title = "player info";
IconTexture = "Icons/profile";
IconTexture = "Icons/Hexacons/profile";
}
}

View File

@ -31,7 +31,7 @@ public RankingsTitle()
{
Title = "ranking";
Description = "Find out who's the best right now";
IconTexture = "Icons/rankings";
IconTexture = "Icons/Hexacons/rankings";
}
}
}