mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Do not shadow Colour in TwoLayerButton
Renames Colour to BackgroundColour instead.
This commit is contained in:
@ -35,7 +35,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
private Container c1;
|
||||
private Container c2;
|
||||
|
||||
public Color4 Colour
|
||||
public Color4 BackgroundColour
|
||||
{
|
||||
set
|
||||
{
|
||||
|
Reference in New Issue
Block a user