split the old "midi" noteskin into midi-note (formerly "midi") and midi-solo. [Midiman]

This commit is contained in:
AJ Kelly
2010-04-14 18:58:01 -05:00
parent b549260c75
commit 0d13df8bb3
57 changed files with 253 additions and 1 deletions
@@ -0,0 +1,8 @@
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;
};