mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Add settings button, background triangles, proper displaying of Channels
This commit is contained in:
@ -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",
|
||||
},
|
||||
|
Reference in New Issue
Block a user