Files
itgmania212121/Themes/new/Graphics/ScreenWithMenuElements CustomOverlay.lua
T
2013-07-02 18:22:43 -04:00

13 lines
262 B
Lua

return Def.ActorFrame {
InitCommand=function(self)
self:x(SCREEN_CENTER_X);
self:y(SCREEN_BOTTOM);
end;
Def.Quad {
InitCommand=function(
self:vertalign(bottom);
self:zoomto(SCREEN_WIDTH, 32);
self:diffuse(Color.Black);
end;
};
};