Files
itgmania212121/NoteSkins/pump/delta-note/Center NoteHit.lua
T

6 lines
100 B
Lua
Raw Normal View History

2013-07-06 21:51:12 -04:00
return LoadActor("_CenterHit")..{
InitCommand=function(self)
self:x(2);
self:y(2);
end;
}