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

6 lines
175 B
Lua
Raw Normal View History

2012-07-22 22:45:10 -07:00
return Def.ActorFrame {
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_BOTTOM);
Def.Quad {
InitCommand=cmd(vertalign,bottom;zoomto,SCREEN_WIDTH,32;diffuse,Color.Black);
};
};