Revert "Handle noteskin lua. Thanks to Jousway."

This reverts commit 1532c4e5ab.
This commit is contained in:
Jason Felds
2013-07-18 18:02:18 -04:00
parent fb5db73c45
commit ef1190e3db
108 changed files with 1111 additions and 1940 deletions
+3 -8
View File
@@ -1,8 +1,3 @@
return NOTESKIN:LoadActor("DownLeft","NoteHit")..{
InitCommand=function(self)
self:rotationy(180);
self:rotationz(180);
self:y(-6);
self:x(2);
end;
}
return NOTESKIN:LoadActor("DownLeft","NoteHit")..{
InitCommand=cmd(rotationy,180;rotationz,180;y,-6;x,2);
}