Initial commit.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
local t = Def.ActorFrame {
|
||||
Def.Quad {
|
||||
InitCommand=cmd(zoomto,32,32);
|
||||
OnCommand=cmd(spin);
|
||||
};
|
||||
};
|
||||
|
||||
return t
|
||||
Reference in New Issue
Block a user