It looks like you're new here. If you want to get involved, click one of these buttons!
[JellyAnimationSet]
Texture = jelly.png
FrameSize = (32, 32, 0)
JellyWobbleAnim = -1
StartAnim = JellyWobbleAnim
JellyWobbleAnim-> = JellyWobbleAnim
Pivot = center
Comments
You'd end up with this sequence of frames: [1] [2] [3] [2] [3] and *not* [1] [2] [3] [2] [4] or [1] [2] [3] [2] [5].
Nice wobbly animation by the way!