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