mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 05:22:54 +08:00
Add comment for future todo task
This commit is contained in:
parent
c47e70da9b
commit
d017e725fb
@ -50,6 +50,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
|||||||
|
|
||||||
if (hitLightingEnabled && Lighting.Drawable != null)
|
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.ScaleTo(0.8f).ScaleTo(1.2f, 600, Easing.Out);
|
||||||
Lighting.FadeIn(200).Then().Delay(200).FadeOut(1000);
|
Lighting.FadeIn(200).Then().Delay(200).FadeOut(1000);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user