2010-01-26 21:00:30 -06:00
|
|
|
return Def.Sprite {
|
|
|
|
|
Texture=NOTESKIN:GetPath( '_down', 'tap note' );
|
|
|
|
|
Frames = Sprite.LinearFrames( 8, 1 );
|
|
|
|
|
InitCommand=cmd(setstate,2);
|
2010-04-14 18:58:01 -05:00
|
|
|
DrawTapNoteMessageCommand=function(self,parent)
|
|
|
|
|
parent:spin();
|
|
|
|
|
end;
|
|
|
|
|
};
|