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.

main
Kiri 2023-09-12 20:16:04 -07:00
parent 56a46d0790
commit 364fb7e7ab
2 changed files with 13 additions and 1 deletions

View File

@ -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

View File

@ -1,7 +1,6 @@
decal SnekSpray_Example
{
pic KSPEA0
animator KiriInstantFade
translucent 0.8
randomflipx
}