Handle noteskin lua. Thanks to Jousway.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
return LoadActor("_CenterHit")..{
|
||||
InitCommand=cmd(x,2;y,2);
|
||||
return LoadActor("_CenterHit")..{
|
||||
InitCommand=function(self)
|
||||
self:x(2);
|
||||
self:y(2);
|
||||
end;
|
||||
}
|
||||
Reference in New Issue
Block a user