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

6 lines
100 B
Lua

return LoadActor("_CenterHit")..{
InitCommand=function(self)
self:x(2);
self:y(2);
end;
}