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