Merge remote-tracking branch 'upstream/master' into mute-toggle

This commit is contained in:
Dean Herbert
2018-01-31 14:11:51 +09:00
110 changed files with 2387 additions and 696 deletions

View File

@ -18,7 +18,7 @@ namespace osu.Game.Graphics.UserInterface
public Color4 FillColour
{
set { fill.Colour = value; }
set { fill.FadeColour(value, 150, Easing.OutQuint); }
}
public Color4 BackgroundColour