1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 02:33:02 +08:00

Adjust colour metrics.

This commit is contained in:
Dean Herbert 2017-04-18 21:35:11 +09:00
parent 32df625d82
commit f1bd64a74d
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49
2 changed files with 5 additions and 5 deletions

View File

@ -158,7 +158,7 @@ namespace osu.Game.Screens.Ranking
{
new Sprite
{
Alpha = 0.5f,
Alpha = 0.2f,
Texture = Beatmap?.Background,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,

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,
},