mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 03:25:11 +08:00
Remove doubled-up opacity specification
This commit is contained in:
parent
50bde0fe38
commit
830f49bca6
@ -115,7 +115,7 @@ namespace osu.Game.Overlays
|
|||||||
Background.FadeColour(colours.Lime3, fade_duration, Easing.OutQuint);
|
Background.FadeColour(colours.Lime3, fade_duration, Easing.OutQuint);
|
||||||
Content.TweenEdgeEffectTo(new EdgeEffectParameters
|
Content.TweenEdgeEffectTo(new EdgeEffectParameters
|
||||||
{
|
{
|
||||||
Colour = colours.Lime3.Opacity(0.4f).Opacity(0.1f),
|
Colour = colours.Lime3.Opacity(0.1f),
|
||||||
Radius = 2,
|
Radius = 2,
|
||||||
Type = EdgeEffectType.Glow
|
Type = EdgeEffectType.Glow
|
||||||
}, fade_duration, Easing.OutQuint);
|
}, fade_duration, Easing.OutQuint);
|
||||||
|
Loading…
Reference in New Issue
Block a user