9 lines
214 B
Lua
9 lines
214 B
Lua
return Def.Sprite {
|
|
Texture=NOTESKIN:GetPath( '_down', 'tap note' );
|
|
Frames = Sprite.LinearFrames( 8, 1 );
|
|
InitCommand=cmd(setstate,2);
|
|
DrawTapNoteMessageCommand=function(self,parent)
|
|
parent:spin();
|
|
end;
|
|
};
|