1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:47:24 +08:00

Add comment for future todo task

This commit is contained in:
Dean Herbert 2020-11-18 17:15:53 +09:00
parent c47e70da9b
commit d017e725fb

View File

@ -50,6 +50,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
if (hitLightingEnabled && Lighting.Drawable != null)
{
// todo: this animation changes slightly based on new/old legacy skin versions.
Lighting.ScaleTo(0.8f).ScaleTo(1.2f, 600, Easing.Out);
Lighting.FadeIn(200).Then().Delay(200).FadeOut(1000);