Made the style a bit better, fixed a bug or two

This commit is contained in:
FreezyLemon
2017-12-03 21:02:05 +01:00
parent 2d270a1cfe
commit 3f336b8e61
2 changed files with 7 additions and 4 deletions

View File

@ -236,6 +236,8 @@ namespace osu.Game.Overlays.Chat
{
if (message.IsAction)
sprite.Font = @"Exo2.0-MediumItalic";
// TODO: Somehow check (if channel link) that this is a real channel
sprite.Colour = urlColour;
// We want to use something that is unique to every formatted link, so I just use the position of the link
((ChatLinkSpriteText)sprite).LinkId = link.Index;