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