Files
itgmania212121/NoteSkins/pump/default/DownRight Tap Lift.lua
T
2013-07-06 21:51:12 -04:00

6 lines
152 B
Lua

return NOTESKIN:LoadActor("DownRight","Tap Note")..{
InitCommand=function(self)
self:effectclock("beat");
self:effectmagnitude(0.5, 1, 0);
end;
};