Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Animation Kits

We’ve seen how most of the animation bus system of Depraved Sense works under the hood. But we are still in need to actually building them ourselves. That’s where Animation Kits come to the rescue. They are .lua files that contains the necessary data to allow the construction of an Animation Module for the Graph to read.

An Animation Module is essentially what a treated Animation Kit is after they are loaded. So, to keep thing straight, Animation Kit is the .lua file you can modify, and an Animation Module is that Animation Kit after it’s been loaded.