theme changes (incomplete)

This commit is contained in:
Jonathan Payne
2012-12-27 21:47:29 -08:00
parent 380bce948e
commit 4da45222aa
10 changed files with 77 additions and 32 deletions
@@ -0,0 +1,7 @@
local t = Def.ActorFrame {};
t[#t+1] = Def.Quad {
InitCommand=cmd(vertalign,bottom;zoomto,SCREEN_WIDTH+1,32;diffuse,Color.Black);
};
return t;