remove unnecessary midi-solo frames
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
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;
|
|
||||||
};
|
|
||||||
@@ -3,5 +3,3 @@ FallbackNoteSkin=midi-solo
|
|||||||
|
|
||||||
[NoteDisplay]
|
[NoteDisplay]
|
||||||
TapNoteNoteColorType=ProgressAlternate
|
TapNoteNoteColorType=ProgressAlternate
|
||||||
TapNoteNoteColorCount=4
|
|
||||||
TapNoteNoteColorTextureCoordSpacingY=0.25
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
return Def.Sprite {
|
return Def.Sprite {
|
||||||
Texture=NOTESKIN:GetPath( '_down', 'tap note' );
|
Texture=NOTESKIN:GetPath( '_down', 'tap note' );
|
||||||
Frames = Sprite.LinearFrames( 8, 1 );
|
Frames = Sprite.LinearFrames( 4, 1 );
|
||||||
InitCommand=cmd(setstate,2);
|
InitCommand=cmd(setstate,2);
|
||||||
DrawTapNoteMessageCommand=function(self,parent)
|
DrawTapNoteMessageCommand=function(self,parent)
|
||||||
parent:spin();
|
parent:spin();
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 26 KiB |
@@ -3,6 +3,8 @@ FallbackNoteSkin=midi-note
|
|||||||
|
|
||||||
[NoteDisplay]
|
[NoteDisplay]
|
||||||
TapNoteAnimationIsVivid=0
|
TapNoteAnimationIsVivid=0
|
||||||
|
TapNoteNoteColorCount=4
|
||||||
|
TapNoteNoteColor
|
||||||
DrawHoldHeadForTapsOnSameRow=0
|
DrawHoldHeadForTapsOnSameRow=0
|
||||||
TapNoteAnimationLength=4
|
TapNoteAnimationLength=4
|
||||||
TapAdditionAnimationLength=4
|
TapAdditionAnimationLength=4
|
||||||
@@ -29,10 +31,10 @@ FlipHoldBodyWhenReverse=1
|
|||||||
TopHoldAnchorWhenReverse=1
|
TopHoldAnchorWhenReverse=1
|
||||||
|
|
||||||
TapNoteNoteColorTextureCoordSpacingX=0
|
TapNoteNoteColorTextureCoordSpacingX=0
|
||||||
TapNoteNoteColorTextureCoordSpacingY=0.125
|
TapNoteNoteColorTextureCoordSpacingY=0.25
|
||||||
|
|
||||||
TapFakeNoteColorTextureCoordSpacingX=0
|
TapFakeNoteColorTextureCoordSpacingX=0
|
||||||
TapFakeNoteColorTextureCoordSpacingY=0.125
|
TapFakeNoteColorTextureCoordSpacingY=0.25
|
||||||
|
|
||||||
HoldHeadNoteColorTextureCoordSpacingX=0
|
HoldHeadNoteColorTextureCoordSpacingX=0
|
||||||
HoldHeadNoteColorTextureCoordSpacingY=0
|
HoldHeadNoteColorTextureCoordSpacingY=0
|
||||||
|
|||||||
Reference in New Issue
Block a user