mirror of
https://github.com/ppy/osu.git
synced 2025-02-02 03:22:55 +08:00
Use new colour palette
This commit is contained in:
parent
dd2d58d4f7
commit
c5c1896a11
@ -33,10 +33,10 @@ namespace osu.Game.Overlays
|
|||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(AudioManager audio, OsuColour colour)
|
private void load(AudioManager audio, OsuColour colour)
|
||||||
{
|
{
|
||||||
Waves.FirstWaveColour = colour.Violet;
|
Waves.FirstWaveColour = colour.GreyVioletLight;
|
||||||
Waves.SecondWaveColour = OsuColour.FromHex(@"8F03BF");
|
Waves.SecondWaveColour = colour.GreyViolet;
|
||||||
Waves.ThirdWaveColour = OsuColour.FromHex(@"600280");
|
Waves.ThirdWaveColour = colour.GreyVioletDark;
|
||||||
Waves.FourthWaveColour = OsuColour.FromHex(@"300140");
|
Waves.FourthWaveColour = colour.GreyVioletDarker;
|
||||||
|
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user