背景和头像缺失
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
|
||||
--------------------------------
|
||||
-- @module TransitionFadeUp
|
||||
-- @extend TransitionFadeTR
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- Creates a transition with duration and incoming scene.<br>
|
||||
-- param t Duration time, in seconds.<br>
|
||||
-- param scene A given scene.<br>
|
||||
-- return A autoreleased TransitionFadeUp object.
|
||||
-- @function [parent=#TransitionFadeUp] create
|
||||
-- @param self
|
||||
-- @param #float t
|
||||
-- @param #cc.Scene scene
|
||||
-- @return TransitionFadeUp#TransitionFadeUp ret (return value: cc.TransitionFadeUp)
|
||||
|
||||
--------------------------------
|
||||
--
|
||||
-- @function [parent=#TransitionFadeUp] actionWithSize
|
||||
-- @param self
|
||||
-- @param #size_table size
|
||||
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
|
||||
|
||||
--------------------------------
|
||||
--
|
||||
-- @function [parent=#TransitionFadeUp] TransitionFadeUp
|
||||
-- @param self
|
||||
-- @return TransitionFadeUp#TransitionFadeUp self (return value: cc.TransitionFadeUp)
|
||||
|
||||
return nil
|
||||
Reference in New Issue
Block a user