MouseTest theme covered.

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