dc5d6a932d
This reverts commit 8833ab5bc6.
7 lines
145 B
Lua
7 lines
145 B
Lua
local t = Def.ActorFrame {};
|
|
|
|
t[#t+1] = Def.Quad {
|
|
InitCommand=cmd(vertalign,bottom;zoomto,SCREEN_WIDTH+1,34;diffuse,Color.Black);
|
|
};
|
|
|
|
return t; |