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