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 ]]
},Animation with prop Template
Last updated