mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 08:33:55 +09:00
Pink -> Yellow.
This commit is contained in:
@ -73,7 +73,7 @@ namespace osu.Game.Overlays.Options
|
|||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OsuColour colours)
|
private void load(OsuColour colours)
|
||||||
{
|
{
|
||||||
headerLabel.Colour = colours.Pink;
|
headerLabel.Colour = colours.Yellow;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -97,7 +97,7 @@ namespace osu.Game.Overlays.Options
|
|||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OsuColour colours)
|
private void load(OsuColour colours)
|
||||||
{
|
{
|
||||||
selectionIndicator.Colour = colours.Pink;
|
selectionIndicator.Colour = colours.Yellow;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override bool OnClick(InputState state)
|
protected override bool OnClick(InputState state)
|
||||||
|
Reference in New Issue
Block a user