Revert "MouseTest theme covered."

This reverts commit ca1b8cb942.
This commit is contained in:
Jason Felds
2013-07-18 17:41:35 -04:00
parent f5c5648bdd
commit 7f2fb952ca
4 changed files with 24 additions and 74 deletions
@@ -1,8 +1,3 @@
return Def.Quad{
InitCommand=function(self)
self:Center();
self:FullScreen();
self:diffuse(HSV(192,1,0.8));
self:diffusebottomedge(HSV(192,0.625,0.25));
end;
InitCommand=cmd(Center;FullScreen;diffuse,HSV(192,1,0.8);diffusebottomedge,HSV(192,0.625,0.25));
};