mirror of https://github.com/axmolengine/axmol.git
9 lines
102 B
Lua
9 lines
102 B
Lua
|
ccs = ccs or {}
|
||
|
|
||
|
|
||
|
ccs.MovementEventType = {
|
||
|
start = 0,
|
||
|
complete = 1,
|
||
|
loopComplete = 2,
|
||
|
}
|