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

8 lines
313 B
Lua
Raw Normal View History

local fSleepTime = THEME:GetMetric( Var "LoadingScreen","ScreenOutDelay");
2010-01-26 21:00:30 -06:00
return Def.ActorFrame {
OnCommand=cmd(sleep,0.15+fSleepTime);
2010-01-26 21:00:30 -06:00
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
};
};