mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 07:32:55 +08:00
Reduce background fade opacity
This commit is contained in:
parent
668105dd6e
commit
b7f5a89f82
@ -117,7 +117,7 @@ namespace osu.Game.Screens.Multi
|
|||||||
Child = new Box
|
Child = new Box
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Colour = ColourInfo.GradientVertical(backgroundColour.Opacity(0.7f), backgroundColour)
|
Colour = ColourInfo.GradientVertical(backgroundColour.Opacity(0.5f), backgroundColour)
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user