Files
wnmj-normal/cocos2d/cocos/scripting/lua-bindings/script/spine/SpineConstants.lua
2026-03-03 13:56:44 +08:00

12 lines
157 B
Lua

if nil == sp then
return
end
sp.EventType =
{
ANIMATION_START = 0,
ANIMATION_END = 1,
ANIMATION_COMPLETE = 2,
ANIMATION_EVENT = 3,
}