Files
itgmania212121/Themes/default/BGAnimations/old ScreenWithMenuElements background/default.lua
T
2011-03-17 01:47:30 -04:00

11 lines
249 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