2011-03-17 01:47:30 -04:00
|
|
|
return Def.Sprite {
|
|
|
|
|
Texture=NOTESKIN:GetPath( '_down', 'tap note' );
|
|
|
|
|
Frames = Sprite.LinearFrames( 8, 1 );
|
2013-07-06 21:51:12 -04:00
|
|
|
InitCommand=function(self)
|
|
|
|
|
self:setstate(2);
|
|
|
|
|
end;
|
2011-03-17 01:47:30 -04:00
|
|
|
DrawTapNoteMessageCommand=function(self,parent)
|
|
|
|
|
parent:spin();
|
|
|
|
|
end;
|
|
|
|
|
};
|