1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:47:52 +08:00

Fix stage background being too transparent

This is the original colour for the background. Not sure why this was changed.
This commit is contained in:
smoogipoo 2018-01-22 16:11:41 +09:00
parent 3d36fd3676
commit 90d8ee8d36

View File

@ -87,7 +87,7 @@ namespace osu.Game.Rulesets.Mania.UI
{ {
Name = "Background", Name = "Background",
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
Colour = new Color4(0, 0, 0, 0.8f) Colour = Color4.Black
}, },
columnFlow = new FillFlowContainer<Column> columnFlow = new FillFlowContainer<Column>
{ {