mirror of https://github.com/axmolengine/axmol.git
14 lines
347 B
Lua
14 lines
347 B
Lua
|
|
--------------------------------
|
|
-- @module TransitionMoveInB
|
|
-- @extend TransitionMoveInL
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TransitionMoveInB] create
|
|
-- @param self
|
|
-- @param #float float
|
|
-- @param #cc.Scene scene
|
|
-- @return TransitionMoveInB#TransitionMoveInB ret (return value: cc.TransitionMoveInB)
|
|
|
|
return nil
|