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

8 lines
151 B
Lua
Raw Normal View History

2012-12-27 21:47:29 -08:00
local t = Def.ActorFrame {};
t[#t+1] = Def.Quad {
2014-08-30 16:14:03 -07:00
InitCommand=cmd(vertalign,bottom;zoomto,SCREEN_WIDTH+1,34;diffuse,color("#161616"));
2012-12-27 21:47:29 -08:00
};
2014-08-30 16:14:03 -07:00
return t;