mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +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",
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Colour = new Color4(0, 0, 0, 0.8f)
|
||||
Colour = Color4.Black
|
||||
},
|
||||
columnFlow = new FillFlowContainer<Column>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user