Revert "Handle noteskin lua. Thanks to Jousway."
This reverts commit 1532c4e5ab.
This commit is contained in:
@@ -119,11 +119,7 @@ local function func()
|
||||
end
|
||||
|
||||
if sElement == "Tap Lift" then
|
||||
t.InitCommand=function(self)
|
||||
self:pulse();
|
||||
self:effectclock("beat");
|
||||
self:effectmagnitude(1, 0.75, 0);
|
||||
end;
|
||||
t.InitCommand=cmd(pulse;effectclock,"beat";effectmagnitude,1,0.75,0);
|
||||
end
|
||||
|
||||
return t
|
||||
|
||||
Reference in New Issue
Block a user