split the old "midi" noteskin into midi-note (formerly "midi") and midi-solo. [Midiman]
This commit is contained in:
@@ -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;
|
||||
};
|
||||
Reference in New Issue
Block a user