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

7 lines
145 B
Lua
Raw Normal View History

2012-12-27 21:47:29 -08:00
local t = Def.ActorFrame {};
t[#t+1] = Def.Quad {
InitCommand=cmd(vertalign,bottom;zoomto,SCREEN_WIDTH+1,32;diffuse,Color.Black);
};
return t;