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

12 lines
284 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,0);
StartTransitioningCommand=cmd(decelerate,0.25;diffusealpha,1);
};
};
--
return t