Adjust colour metrics.

This commit is contained in:
Dean Herbert
2017-04-18 21:35:11 +09:00
parent 32df625d82
commit f1bd64a74d
2 changed files with 5 additions and 5 deletions

View File

@ -52,9 +52,9 @@ namespace osu.Game.Screens.Ranking
{
EdgeEffect = new EdgeEffect
{
Colour = Color4.Black.Opacity(1),
Colour = colours.GrayF.Opacity(0.8f),
Type = EdgeEffectType.Shadow,
Radius = 15,
Radius = 1,
},
RelativeSizeAxes = Axes.Both,
Masking = true,
@ -75,7 +75,7 @@ namespace osu.Game.Screens.Ranking
{
EdgeEffect = new EdgeEffect
{
Colour = Color4.Black.Opacity(0.4f),
Colour = Color4.Black.Opacity(0.2f),
Type = EdgeEffectType.Shadow,
Radius = 15,
},
@ -89,4 +89,4 @@ namespace osu.Game.Screens.Ranking
}
}
}
}