Revert "Handle noteskin lua. Thanks to Jousway."
This reverts commit 1532c4e5ab.
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
return NOTESKIN:LoadActor("Center","Tap Note")..{
|
||||
InitCommand=function(self)
|
||||
self:effectclock("beat");
|
||||
self:effectmagnitude(0.5, 1, 0);
|
||||
end;
|
||||
InitCommand=cmd(effectclock,"beat";effectmagnitude,0.5,1,0);
|
||||
};
|
||||
Reference in New Issue
Block a user