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

Removed empty offset and corrected colour

This commit is contained in:
Jacob Van Meter 2021-08-14 20:32:38 -04:00
parent 95943fdb25
commit 772860232c

View File

@ -149,8 +149,7 @@ namespace osu.Game.Overlays.Changelog
EdgeEffect = new EdgeEffectParameters
{
Type = EdgeEffectType.Shadow,
Colour = Color4.HotPink.Opacity(0.88f),
Offset = new Vector2(0, 0),
Colour = colour.Pink,
Radius = 17,
Roundness = 39f,
},