Revert "Handle noteskin lua. Thanks to Jousway."
This reverts commit 1532c4e5ab.
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
return Def.Sprite {
|
||||
Texture=NOTESKIN:GetPath( '_down', 'tap note' );
|
||||
Frames = Sprite.LinearFrames( 8, 1 );
|
||||
InitCommand=function(self)
|
||||
self:setstate(2);
|
||||
end;
|
||||
InitCommand=cmd(setstate,2);
|
||||
DrawTapNoteMessageCommand=function(self,parent)
|
||||
parent:spin();
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user