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

12 lines
157 B
Lua
Raw Normal View History

if nil == sp then
return
end
2014-10-16 20:24:47 +08:00
sp.EventType =
{
ANIMATION_START = 0,
ANIMATION_END = 1,
ANIMATION_COMPLETE = 2,
ANIMATION_EVENT = 3,
}