Add settings button, background triangles, proper displaying of Channels

This commit is contained in:
DrabWeb
2017-05-20 19:30:40 -03:00
parent 6a8d745db1
commit 3cc51006cc
2 changed files with 134 additions and 15 deletions

View File

@ -76,7 +76,7 @@ namespace osu.Game.Overlays.Chat
{
new OsuSpriteText
{
Text = $@"#{channel.Name}",
Text = channel.ToString(),
TextSize = text_size,
Font = @"Exo2.0-Bold",
},
@ -114,7 +114,7 @@ namespace osu.Game.Overlays.Chat
},
new OsuSpriteText
{
Text = @"543145",
Text = @"0",
TextSize = text_size,
Font = @"Exo2.0-SemiBold",
},