Files
itgmania212121/Themes/default/Graphics/ScreenWithMenuElements Footer.lua
T

11 lines
190 B
Lua
Raw Normal View History

2012-12-27 21:47:29 -08:00
local t = Def.ActorFrame {};
t[#t+1] = Def.Quad {
2013-07-04 13:09:03 -04:00
InitCommand=function(self)
self:vertalign(bottom);
self:zoomto(SCREEN_WIDTH + 1, 34);
self:diffuse(Color.Black);
end;
2012-12-27 21:47:29 -08:00
};
return t;