Improvements before branch

This commit is contained in:
Jonathan Payne
2013-02-09 14:11:38 -08:00
parent 3739c36956
commit e9e64018e2
8 changed files with 15 additions and 6 deletions
@@ -1,8 +1,4 @@
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;
};