mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Removed empty offset and corrected colour
This commit is contained in:
@ -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,
|
||||
},
|
||||
|
Reference in New Issue
Block a user