mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Visually disable options which aren't yet wired up.
This commit is contained in:
@ -145,7 +145,7 @@ namespace osu.Game.Screens
|
||||
Size = new Vector2(1, 40),
|
||||
Anchor = Anchor.BottomRight,
|
||||
Origin = Anchor.BottomRight,
|
||||
Colour = getColourFor(t),
|
||||
BackgroundColour = getColourFor(t),
|
||||
Action = delegate
|
||||
{
|
||||
Push(Activator.CreateInstance(t) as GameMode);
|
||||
|
Reference in New Issue
Block a user