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

8 lines
306 B
Lua
Raw Normal View History

2011-03-17 01:47:30 -04:00
local fSleepTime = THEME:GetMetric( Var "LoadingScreen","ScreenOutDelay");
return Def.ActorFrame {
OnCommand=cmd(sleep,0.15+fSleepTime);
Def.Quad {
InitCommand=cmd(Center;zoomto,SCREEN_WIDTH+1,SCREEN_HEIGHT);
OnCommand=cmd(diffuse,color("0,0,0,0");sleep,fSleepTime;linear,0.15;diffusealpha,1);
};
2010-01-26 21:00:30 -06:00
};