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

14 lines
212 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_INTERRUPT = 1,
ANIMATION_END = 2,
ANIMATION_COMPLETE = 3,
ANIMATION_DISPOSE = 4,
ANIMATION_EVENT = 5,
2014-10-16 20:24:47 +08:00
}