mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Add central color class
I didn't move _every_ color here, but most of them. The ones I left behind are mostly just shades of gray. Closes #126
This commit is contained in:
@ -35,7 +35,7 @@ namespace osu.Game.Online.Chat.Drawables
|
||||
{
|
||||
Text = Message.Timestamp.LocalDateTime.ToLongTimeString(),
|
||||
TextSize = text_size,
|
||||
Colour = new Color4(128, 128, 128, 255)
|
||||
Colour = Color4.Gray
|
||||
},
|
||||
new SpriteText
|
||||
{
|
||||
|
Reference in New Issue
Block a user