Final tweaks because I don't know when to stop

This commit is contained in:
Dean Herbert 2022-10-07 20:30:38 +09:00
parent d5490523ea
commit 589b764b77

View File

@ -189,9 +189,10 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
Color4 lightingColour = getLightingColour();
background
.FlashColour(accentColour.Value.Lighten(0.8f), 200, Easing.OutQuint)
.FadeTo(1, lighting_fade_in_duration, Easing.OutQuint)
.Then()
.FadeTo(0.6f, 500, Easing.In);
.FadeTo(0.8f, 500);
hitTargetLine.FadeColour(Color4.White, lighting_fade_in_duration, Easing.OutQuint);
hitTargetLine.TransformTo(nameof(EdgeEffect), new EdgeEffectParameters