Files
itgmania212121/NoteSkins/pump/default/DownRight Tap Lift.lua
T

6 lines
152 B
Lua
Raw Normal View History

2011-03-17 01:47:30 -04:00
return NOTESKIN:LoadActor("DownRight","Tap Note")..{
2013-07-06 21:51:12 -04:00
InitCommand=function(self)
self:effectclock("beat");
self:effectmagnitude(0.5, 1, 0);
end;
2011-02-23 01:54:29 -05:00
};