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