1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

Remove unintentional edge effect

This commit is contained in:
Dean Herbert 2020-04-11 15:29:52 +09:00
parent 12c21cba7e
commit eb1fbdacde

View File

@ -29,14 +29,8 @@ namespace osu.Game.Overlays.Music
{ {
public CollectionsMenu() public CollectionsMenu()
{ {
Masking = true;
CornerRadius = 5; CornerRadius = 5;
EdgeEffect = new EdgeEffectParameters
{
Type = EdgeEffectType.Shadow,
Colour = Color4.Black.Opacity(0.3f),
Radius = 3,
Offset = new Vector2(0f, 1f),
};
} }
[BackgroundDependencyLoader] [BackgroundDependencyLoader]