Files
itgmania212121/Themes/default/Graphics/ScreenWithMenuElements Footer.lua
T
2013-07-04 13:09:03 -04:00

11 lines
190 B
Lua

local t = Def.ActorFrame {};
t[#t+1] = Def.Quad {
InitCommand=function(self)
self:vertalign(bottom);
self:zoomto(SCREEN_WIDTH + 1, 34);
self:diffuse(Color.Black);
end;
};
return t;