Revert "Handle noteskin lua. Thanks to Jousway."
This reverts commit 1532c4e5ab.
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
return NOTESKIN:LoadActor("DownLeft","NoteHit")..{
|
||||
OnCommand=function(self)
|
||||
self:x(-2);
|
||||
self:zoomx(-1);
|
||||
end;
|
||||
return NOTESKIN:LoadActor("DownLeft","NoteHit")..{
|
||||
OnCommand=cmd(x,-2;zoomx,-1);
|
||||
}
|
||||
Reference in New Issue
Block a user