various theme changes from midi

This commit is contained in:
AJ Kelly
2010-07-03 20:55:25 -05:00
parent b40f144f1a
commit d9aee67537
22 changed files with 291 additions and 78 deletions
@@ -11,7 +11,7 @@ t[#t+1] = LoadFont("Common Normal") .. {
Name="HeaderText";
Text=Screen.String("HeaderText");
InitCommand=cmd(x,-SCREEN_CENTER_X+24;y,24;zoom,1;horizalign,left;shadowlength,0;maxwidth,200);
OnCommand=cmd(strokecolor,Color("Outline");diffusebottomedge,color("0.875,0.875,0.875"));
OnCommand=cmd(skewx,-0.125;strokecolor,Color("Outline");diffusebottomedge,color("0.875,0.875,0.875"));
UpdateScreenHeaderMessageCommand=function(self,param)
self:settext(param.Header);
end;