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

6 lines
180 B
Lua
Raw Normal View History

2010-01-26 21:00:30 -06:00
return Def.ActorFrame {
Def.Quad {
InitCommand=cmd(Center;zoomto,SCREEN_WIDTH+1,SCREEN_HEIGHT);
2010-01-26 21:00:30 -06:00
OnCommand=cmd(diffuse,color("0,0,0,0");linear,0.15;diffusealpha,1);
};
};