Adding Animations

Animation Template

["name"] = {
    label = "Label",
    category = "main",
    animDict = animDictionary --[[ string ]],
    animName = animationName --[[ string ]],
    animFlag = flag --[[ integer ]]
},

Scenario Template

["name"] = {
    label = "Label", 
    category = "main", 
    scenario = scenarioName --[[ string ]]
},

List of scenarioNames: pastebin.com/6mrYTdQv


Animation with prop Template

Last updated