Files
itgmania212121/Themes/new/Graphics/ScreenWithMenuElements CustomOverlay.lua
T

13 lines
262 B
Lua
Raw Normal View History

2013-07-02 18:22:43 -04:00
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;
};
2012-07-22 22:45:10 -07:00
};