Files
itgmania212121/Themes/default/BGAnimations/ScreenPrompt underlay.lua
T
ListenerJubatus f257f19dad Add new 5.1 default theme Lambda
I'd like to thank everyone who made this possible;, including but not
limited to Riakodoadm, MrThatKid, kyzentun, Luizsan, JoseVarelaP,
everyone else who provided feedback and bug reports.
2017-08-08 01:07:34 -06:00

9 lines
289 B
Lua

local t = Def.ActorFrame {};
t[#t+1] = Def.Quad{
InitCommand=cmd(scaletocover,-SCREEN_WIDTH*2,SCREEN_TOP,SCREEN_WIDTH*2,SCREEN_BOTTOM;diffuse,color("0,0,0,0.5"));
OnCommand=cmd(diffusealpha,0;smooth,0.2;diffusealpha,0.5;);
OffCommand=cmd(smooth,0.2;diffusealpha,0;);
};
return t