mirror of
https://github.com/ppy/osu
synced 2024-12-15 03:16:17 +00:00
Restore additive blending for toolbar button backgrounds.
This commit is contained in:
parent
11f958030f
commit
3a5c41b970
@ -67,6 +67,7 @@ namespace osu.Game.Overlays.Toolbar
|
|||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Colour = new Color4(80, 80, 80, 180),
|
Colour = new Color4(80, 80, 80, 180),
|
||||||
|
BlendingMode = BlendingMode.Additive,
|
||||||
Alpha = 0,
|
Alpha = 0,
|
||||||
},
|
},
|
||||||
Flow = new FlowContainer
|
Flow = new FlowContainer
|
||||||
|
Loading…
Reference in New Issue
Block a user