Add midi-rainbow noteskin
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
return Def.Sprite {
|
||||
Texture=NOTESKIN:GetPath( '_down', 'tap note' );
|
||||
Frames = Sprite.LinearFrames( 4, 1 );
|
||||
InitCommand=cmd(setstate,2);
|
||||
DrawTapNoteMessageCommand=function(self,parent)
|
||||
parent:spin();
|
||||
end;
|
||||
};
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1,7 @@
|
||||
[Global]
|
||||
FallbackNoteSkin=midi-solo
|
||||
|
||||
[NoteDisplay]
|
||||
TapNoteNoteColorType=ProgressAlternate
|
||||
TapNoteNoteColorCount=4
|
||||
TapNoteNoteColorTextureCoordSpacingY=0.25
|
||||
Reference in New Issue
Block a user