Revert "Some of default. Better break this up."
This reverts commit 8833ab5bc6.
This commit is contained in:
@@ -1,15 +1,6 @@
|
||||
return Def.ActorFrame{
|
||||
Def.Quad{
|
||||
InitCommand=function(self)
|
||||
self:FullScreen();
|
||||
self:diffuse(color("0,0,0,1"));
|
||||
self:cropbottom(1);
|
||||
self:fadebottom(1);
|
||||
end;
|
||||
OnCommand=function(self)
|
||||
self:decelerate(0.5);
|
||||
self:cropbottom(0);
|
||||
self:fadebottom(0);
|
||||
end;
|
||||
InitCommand=cmd(FullScreen;diffuse,color("0,0,0,1");cropbottom,1;fadebottom,1);
|
||||
OnCommand=cmd(decelerate,0.5;cropbottom,0;fadebottom,0);
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user