Revert "Themekit for PIU handled."

This reverts commit 91611d3624.
This commit is contained in:
Jason Felds
2013-07-18 17:43:01 -04:00
parent 450936e414
commit 881f175e6c
25 changed files with 86 additions and 373 deletions
@@ -1,12 +1,6 @@
return LoadFont("Common", "Normal")..{
Text="EXIT";
InitCommand=function(self)
self:CenterX();
end;
GainFocusCommand=function(self)
self:diffuse(color("#FF0000"));
end;
LoseFocusCommand=function(self)
self:diffuse(color("#FFFFFF"));
end;
InitCommand=cmd(CenterX);
GainFocusCommand=cmd(diffuse,color("#FF0000"));
LoseFocusCommand=cmd(diffuse,color("#FFFFFF"));
}