mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 13:22:55 +08:00
Wave colours
This commit is contained in:
parent
8359f6ced0
commit
28ee00109d
@ -45,6 +45,11 @@ namespace osu.Game.Overlays
|
||||
|
||||
public SocialOverlay()
|
||||
{
|
||||
FirstWaveColour = OsuColour.FromHex(@"CB5FA0");
|
||||
SecondWaveColour = OsuColour.FromHex(@"B04384");
|
||||
ThirdWaveColour = OsuColour.FromHex(@"9B2B6E");
|
||||
FourthWaveColour = OsuColour.FromHex(@"6D214D");
|
||||
|
||||
ScrollFlow.Children = new Drawable[]
|
||||
{
|
||||
new Container
|
||||
|
Loading…
Reference in New Issue
Block a user