mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 12:17:46 +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:
parent
3d36fd3676
commit
90d8ee8d36
@ -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>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user