2011-03-17 01:47:30 -04:00
|
|
|
return Def.Sprite {
|
|
|
|
|
Texture=NOTESKIN:GetPath( '_down', 'tap note' );
|
2018-01-17 15:16:43 -06:00
|
|
|
Frames = Sprite.LinearFrames( 4, 1 );
|
2013-07-18 18:02:18 -04:00
|
|
|
InitCommand=cmd(setstate,2);
|
2011-03-17 01:47:30 -04:00
|
|
|
DrawTapNoteMessageCommand=function(self,parent)
|
|
|
|
|
parent:spin();
|
|
|
|
|
end;
|
|
|
|
|
};
|