axmol/extensions/scripting/lua-bindings/script/cocostudio/StudioConstants.lua

16 lines
208 B
Lua
Raw Normal View History

2019-11-23 20:27:39 +08:00
if nil == ccs then
return
end
ccs.MovementEventType = {
start = 0,
complete = 1,
loopComplete = 2,
}
ccs.InnerActionType = {
LoopAction = 0,
NoLoopAction = 1,
SingleFrame = 2,
}