Merge remote-tracking branch 'Joehuu/master' into changelog-overlay

This commit is contained in:
smoogipoo
2019-05-31 12:28:28 +09:00
13 changed files with 267 additions and 196 deletions

View File

@ -78,7 +78,7 @@ namespace osu.Game.Graphics.UserInterface
Current.DisabledChanged += disabled =>
{
Alpha = disabled ? 0.3f : 1;
labelSpriteText.Alpha = Nub.Alpha = disabled ? 0.3f : 1;
};
}