diff --git a/decaldef.txt b/decaldef.txt index fe751ad..7d13d23 100644 --- a/decaldef.txt +++ b/decaldef.txt @@ -1,3 +1,16 @@ +stretcher KiriInstantFade +{ + // You don't need this anymore! It's just here because a bunch of + // sprays were already made that use it! + + // These numbers are designed to do nothing, and wait a long time + // before doing it. It's a no-op. + GoalX 1.0 + GoalY 1.0 + StretchStart 9999999.0 + StretchTime 9999999.0 +} + decal KiriTestDecal { pic KSPYA0 diff --git a/source_data/HDSnekTechExampleSpray/decaldef.txt b/source_data/HDSnekTechExampleSpray/decaldef.txt index 4f35616..0900fe7 100644 --- a/source_data/HDSnekTechExampleSpray/decaldef.txt +++ b/source_data/HDSnekTechExampleSpray/decaldef.txt @@ -1,7 +1,6 @@ decal SnekSpray_Example { pic KSPEA0 - animator KiriInstantFade translucent 0.8 randomflipx }