axmol/cocos/scripting/lua-bindings/script/spine/SpineConstants.lua

11 lines
139 B
Lua

sp = sp or {}
sp.EventType =
{
ANIMATION_START = 0,
ANIMATION_END = 1,
ANIMATION_COMPLETE = 2,
ANIMATION_EVENT = 3,
}