mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 10:42:54 +08:00
Adjust shadow to look better
This commit is contained in:
parent
299023fce0
commit
f21238f517
@ -57,9 +57,9 @@ namespace osu.Game.Screens.Select
|
|||||||
Masking = true;
|
Masking = true;
|
||||||
EdgeEffect = new EdgeEffectParameters
|
EdgeEffect = new EdgeEffectParameters
|
||||||
{
|
{
|
||||||
Colour = Colour4.Black.Opacity(.25f),
|
Colour = Colour4.Black.Opacity(0.2f),
|
||||||
Type = EdgeEffectType.Shadow,
|
Type = EdgeEffectType.Shadow,
|
||||||
Radius = corner_radius,
|
Radius = 3,
|
||||||
};
|
};
|
||||||
CornerRadius = corner_radius;
|
CornerRadius = corner_radius;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user