Next, be careful with merge conflicts.

Also, keep consistent newlines.
This commit is contained in:
Jason Felds
2011-07-30 13:47:09 -04:00
51 changed files with 417 additions and 8 deletions
@@ -0,0 +1,8 @@
return NOTESKIN:LoadActor("UpLeft", "Ready Receptor")..{
Frames = {
{ Frame = 0 };
{ Frame = 1 };
{ Frame = 2 };
};
--InitCommand=cmd(rotationy,180);
};