1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 21:52:54 +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 EdgeEffect = new EdgeEffectParameters
{ {
Type = EdgeEffectType.Shadow, Type = EdgeEffectType.Shadow,
Colour = Color4.HotPink.Opacity(0.88f), Colour = colour.Pink,
Offset = new Vector2(0, 0),
Radius = 17, Radius = 17,
Roundness = 39f, Roundness = 39f,
}, },