mirror of
https://github.com/ppy/osu
synced 2024-12-29 02:12:43 +00:00
Final tweaks because I don't know when to stop
This commit is contained in:
parent
d5490523ea
commit
589b764b77
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user