Files
itgmania212121/Themes/default/BGAnimations/ScreenTextEntry underlay.lua
T

7 lines
265 B
Lua
Raw Normal View History

2011-03-17 01:47:30 -04:00
return Def.ActorFrame {
Def.Quad{
InitCommand=cmd(scaletocover,-SCREEN_WIDTH*2,SCREEN_TOP,SCREEN_WIDTH*2,SCREEN_BOTTOM;diffuse,color("0,0,0,0.5"));
2017-08-08 01:07:34 -06:00
OnCommand=cmd(diffusealpha,0;smooth,0.2;diffusealpha,0.5;);
OffCommand=cmd(smooth,0.2;diffusealpha,0;);
2011-03-17 01:47:30 -04:00
};
2010-01-26 21:00:30 -06:00
};