mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 09:22:54 +08:00
Adjust background gradient
This commit is contained in:
parent
8668bce25d
commit
a3dbaef4ca
@ -57,7 +57,7 @@ namespace osu.Game.Screens.Multi.Match.Components
|
||||
new Box
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Colour = ColourInfo.GradientVertical(Color4.Black.Opacity(0.4f), Color4.Black.Opacity(0.6f)),
|
||||
Colour = ColourInfo.GradientVertical(Color4.Black.Opacity(0.7f), Color4.Black.Opacity(0.8f)),
|
||||
},
|
||||
beatmapPanel = new MatchBeatmapPanel
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user