Files
itgmania212121/Themes/new/BGAnimations/Screen out.lua
T

12 lines
284 B
Lua
Raw Normal View History

2012-07-22 22:45:10 -07:00
local t = Def.ActorFrame {};
--
t[#t+1] = Def.ActorFrame {
2013-07-18 17:42:22 -04:00
InitCommand=cmd(Center);
2012-07-22 22:45:10 -07:00
--
Def.Quad {
2013-07-18 17:42:22 -04:00
InitCommand=cmd(zoomto,SCREEN_WIDTH,SCREEN_HEIGHT;diffuse,Color.Black;diffusealpha,0);
StartTransitioningCommand=cmd(decelerate,0.25;diffusealpha,1);
2012-07-22 22:45:10 -07:00
};
};
--
return t