Files
itgmania212121/Themes/new/BGAnimations/Screen in.lua
T
2012-07-22 22:45:10 -07:00

12 lines
279 B
Lua

local t = Def.ActorFrame {};
--
t[#t+1] = Def.ActorFrame {
InitCommand=cmd(Center);
--
Def.Quad {
InitCommand=cmd(zoomto,SCREEN_WIDTH,SCREEN_HEIGHT;diffuse,Color.Black;diffusealpha,1);
StartTransitioningCommand=cmd(smooth,0.2;diffusealpha,0);
};
};
--
return t