Revert "Some of default. Better break this up."
This reverts commit 8833ab5bc6.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
local t = Def.ActorFrame{
|
||||
LoadActor("EditMenu Left")..{
|
||||
BeginCommand=function(self)
|
||||
self:zoomx(-1);
|
||||
end;
|
||||
BeginCommand=cmd(zoomx,-1);
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user