erased some waste and added something into noteskin.lua for the lifts (not tested, hope it works)

This commit is contained in:
Alberto Ramos
2011-02-24 23:50:50 -07:00
parent 58e4e13025
commit e66b42e73d
+4
View File
@@ -118,6 +118,10 @@ local function func()
t.BaseRotationZ=Noteskin.BaseRotZ[sButton]
end
if sElement == "Tap Lift" then
t.InitCommand=cmd(pulse);
end
return t
end