Files
itgmania212121/Themes/default/BGAnimations/old ScreenWithMenuElements background/default.lua
T
2010-01-26 21:00:30 -06:00

11 lines
259 B
Lua

local t = Def.ActorFrame {};
t[#t+1] = Def.ActorFrame {
InitCommand=cmd(Center);
Def.Quad {
InitCommand=cmd(scaletoclipped,SCREEN_WIDTH,SCREEN_HEIGHT);
OnCommand=cmd(diffuse,color("#00bfe8");diffusetopedge,color("#009ad5"));
};
};
return t