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:
parent
299023fce0
commit
f21238f517
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user