remove unnecessary midi-solo frames

This commit is contained in:
Flameshadowxeroshin
2018-01-17 15:16:43 -06:00
parent 07918fe3ab
commit 8e51aec55e
6 changed files with 6 additions and 14 deletions
@@ -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;
};
-2
View File
@@ -3,5 +3,3 @@ FallbackNoteSkin=midi-solo
[NoteDisplay]
TapNoteNoteColorType=ProgressAlternate
TapNoteNoteColorCount=4
TapNoteNoteColorTextureCoordSpacingY=0.25
+1 -1
View File
@@ -1,6 +1,6 @@
return Def.Sprite {
Texture=NOTESKIN:GetPath( '_down', 'tap note' );
Frames = Sprite.LinearFrames( 8, 1 );
Frames = Sprite.LinearFrames( 4, 1 );
InitCommand=cmd(setstate,2);
DrawTapNoteMessageCommand=function(self,parent)
parent:spin();
Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

+5 -3
View File
@@ -3,6 +3,8 @@ FallbackNoteSkin=midi-note
[NoteDisplay]
TapNoteAnimationIsVivid=0
TapNoteNoteColorCount=4
TapNoteNoteColor
DrawHoldHeadForTapsOnSameRow=0
TapNoteAnimationLength=4
TapAdditionAnimationLength=4
@@ -29,10 +31,10 @@ FlipHoldBodyWhenReverse=1
TopHoldAnchorWhenReverse=1
TapNoteNoteColorTextureCoordSpacingX=0
TapNoteNoteColorTextureCoordSpacingY=0.125
TapNoteNoteColorTextureCoordSpacingY=0.25
TapFakeNoteColorTextureCoordSpacingX=0
TapFakeNoteColorTextureCoordSpacingY=0.125
TapFakeNoteColorTextureCoordSpacingY=0.25
HoldHeadNoteColorTextureCoordSpacingX=0
HoldHeadNoteColorTextureCoordSpacingY=0
@@ -78,4 +80,4 @@ PressCommand=stoptweening;zoom,1.15;linear,0.12;zoom,1
[ReceptorOverlay]
InitCommand=diffusealpha,0;blend,"BlendMode_Add"
PressCommand=finishtweening;zoom,1.1;decelerate,0.12;zoom,1;diffusealpha,0.6;
LiftCommand=finishtweening;accelerate,0.12;diffusealpha,0;zoom,1.2
LiftCommand=finishtweening;accelerate,0.12;diffusealpha,0;zoom,1.2