Revert "Some of default. Better break this up."
This reverts commit 8833ab5bc6.
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
local t = Def.ActorFrame {
|
||||
Def.Quad {
|
||||
InitCommand=function(self)
|
||||
self:zoomto(32, 32);
|
||||
end;
|
||||
OnCommand=function(self)
|
||||
self:spin();
|
||||
end;
|
||||
InitCommand=cmd(zoomto,32,32);
|
||||
OnCommand=cmd(spin);
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user