Visually disable options which aren't yet wired up.

This commit is contained in:
Dean Herbert
2017-02-14 00:35:24 +09:00
parent bc95666736
commit 4f9d1a6c39
8 changed files with 178 additions and 162 deletions

View File

@ -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);