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

16 lines
208 B
Lua
Raw Normal View History

if nil == ccs then
return
end
2014-03-10 14:04:58 +08:00
ccs.MovementEventType = {
start = 0,
complete = 1,
2014-10-11 01:27:12 +08:00
loopComplete = 2,
2014-03-10 14:04:58 +08:00
}
ccs.InnerActionType = {
LoopAction = 0,
NoLoopAction = 1,
SingleFrame = 2,
}