First attempt on commit.

This commit is contained in:
luizsan
2011-07-29 18:42:25 -03:00
parent bd3d405ce9
commit e253902c30
38 changed files with 269 additions and 0 deletions
@@ -0,0 +1,8 @@
return NOTESKIN:LoadActor("UpLeft", "Ready Receptor")..{
Frames = {
{ Frame = 0 };
{ Frame = 1 };
{ Frame = 2 };
};
--InitCommand=cmd(rotationy,180);
};