MouseTest theme covered.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
Reference in New Issue
Block a user