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