mirror of
https://github.com/osukey/osukey.git
synced 2025-05-03 04:37:30 +09: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
|
new Box
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
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
|
beatmapPanel = new MatchBeatmapPanel
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user