Update in line with framework changes.

This commit is contained in:
smoogipooo
2017-09-07 22:46:21 +09:00
parent 70e3ac30db
commit 19db7a8f72
29 changed files with 38 additions and 36 deletions

View File

@ -32,7 +32,7 @@ namespace osu.Game.Overlays.Toolbar
{
RelativeSizeAxes = Axes.Both,
Colour = OsuColour.Gray(150).Opacity(180),
BlendingMode = BlendingMode.Additive,
Blending = BlendingMode.Additive,
Depth = 2,
Alpha = 0,
});