1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-19 19:23:21 +08:00

Adjust shadow to look better

This commit is contained in:
Dean Herbert 2023-03-16 16:51:57 +09:00
parent 299023fce0
commit f21238f517

View File

@ -57,9 +57,9 @@ namespace osu.Game.Screens.Select
Masking = true;
EdgeEffect = new EdgeEffectParameters
{
Colour = Colour4.Black.Opacity(.25f),
Colour = Colour4.Black.Opacity(0.2f),
Type = EdgeEffectType.Shadow,
Radius = corner_radius,
Radius = 3,
};
CornerRadius = corner_radius;