From 364fb7e7ab1bda206f0659a42b5b46b62e92b137 Mon Sep 17 00:00:00 2001 From: Kiri Date: Tue, 12 Sep 2023 20:16:04 -0700 Subject: [PATCH] Added KiriInstantFade back in, as essentaially a no-op, because a bunch of user-made sprays already refer to it. Removed KiriInstantFade from the example sprays. --- decaldef.txt | 13 +++++++++++++ source_data/HDSnekTechExampleSpray/decaldef.txt | 1 - 2 files changed, 13 insertions(+), 1 deletion(-) 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 }