mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 18:12:56 +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
|
||||
{
|
||||
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