6 lines
191 B
Lua
6 lines
191 B
Lua
return Def.ActorFrame {
|
|
Def.Quad {
|
|
InitCommand=cmd(Center;zoomto,SCREEN_WIDTH+1,SCREEN_HEIGHT);
|
|
OnCommand=cmd(diffuse,color("0,0,0,0");sleep,0.15;linear,0.35;diffusealpha,1);
|
|
};
|
|
}; |