Revert "Fallback handled. Yes, I tested this."
This reverts commit 986d510a88.
This commit is contained in:
@@ -1,16 +1,8 @@
|
||||
return Def.ActorFrame {
|
||||
Def.Quad {
|
||||
InitCommand=function(self)
|
||||
self:zoomto(10, 10);
|
||||
self:y(-5);
|
||||
self:skewx(1);
|
||||
end;
|
||||
InitCommand=cmd(zoomto,10,10;y,-5;skewx,1);
|
||||
};
|
||||
Def.Quad {
|
||||
InitCommand=function(self)
|
||||
self:zoomto(10, 10);
|
||||
self:y(5);
|
||||
self:skewx(-1);
|
||||
end;
|
||||
InitCommand=cmd(zoomto,10,10;y,5;skewx,-1);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user