lua
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
return Def.Quad {
|
||||||
|
InitCommand=cmd(diffuse,color("#000000");stretchto,SCREEN_LEFT,SCREEN_TOP,SCREEN_RIGHT,SCREEN_BOTTOM);
|
||||||
|
StartTransitioningCommand=cmd(diffusealpha,1;linear,0.3;diffusealpha,0);
|
||||||
|
};
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
local children = {
|
||||||
|
LoadActor( "_shared background normal" );
|
||||||
|
LoadActor( "_fade in normal" ) .. {
|
||||||
|
OnCommand=cmd(playcommand,"StartTransitioning");
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
return Def.ActorFrame { children=children };
|
||||||
Reference in New Issue
Block a user