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:
parent
95943fdb25
commit
772860232c
@ -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,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user