mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Final tweaks because I don't know when to stop
This commit is contained in:
@ -189,9 +189,10 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
|
|||||||
Color4 lightingColour = getLightingColour();
|
Color4 lightingColour = getLightingColour();
|
||||||
|
|
||||||
background
|
background
|
||||||
|
.FlashColour(accentColour.Value.Lighten(0.8f), 200, Easing.OutQuint)
|
||||||
.FadeTo(1, lighting_fade_in_duration, Easing.OutQuint)
|
.FadeTo(1, lighting_fade_in_duration, Easing.OutQuint)
|
||||||
.Then()
|
.Then()
|
||||||
.FadeTo(0.6f, 500, Easing.In);
|
.FadeTo(0.8f, 500);
|
||||||
|
|
||||||
hitTargetLine.FadeColour(Color4.White, lighting_fade_in_duration, Easing.OutQuint);
|
hitTargetLine.FadeColour(Color4.White, lighting_fade_in_duration, Easing.OutQuint);
|
||||||
hitTargetLine.TransformTo(nameof(EdgeEffect), new EdgeEffectParameters
|
hitTargetLine.TransformTo(nameof(EdgeEffect), new EdgeEffectParameters
|
||||||
|
Reference in New Issue
Block a user