mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +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:
@ -171,7 +171,7 @@ namespace osu.Game.Overlays
|
||||
Origin = Anchor.BottomCentre,
|
||||
Anchor = Anchor.BottomCentre,
|
||||
Height = 10,
|
||||
Colour = new Color4(255, 204, 34, 255),
|
||||
Colour = OsuColor.MusicControllerProgress,
|
||||
SeekRequested = seek
|
||||
}
|
||||
};
|
||||
@ -393,7 +393,7 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
sprite = new Sprite
|
||||
{
|
||||
Colour = new Color4(150, 150, 150, 255),
|
||||
Colour = OsuColor.MusicControllerBackground,
|
||||
FillMode = FillMode.Fill,
|
||||
},
|
||||
new Box
|
||||
|
Reference in New Issue
Block a user