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

6 lines
149 B
Lua

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