Files
itgmania212121/NoteSkins/pump/delta-note/UpRight NoteHit.lua
T
2013-07-06 21:51:12 -04:00

8 lines
167 B
Lua

return NOTESKIN:LoadActor("DownLeft","NoteHit")..{
InitCommand=function(self)
self:rotationy(180);
self:rotationz(180);
self:y(-6);
self:x(-2);
end;
}