Improvements before branch
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 8.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 5.7 KiB |
@@ -1,8 +1,4 @@
|
||||
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;
|
||||
};
|
||||
|
||||
@@ -5,8 +5,8 @@ FallbackNoteSkin=default
|
||||
TapNoteAnimationIsVivid=0
|
||||
HoldHeadAnimationIsVivid=0
|
||||
DrawHoldHeadForTapsOnSameRow=0
|
||||
TapNoteAnimationLength=4
|
||||
TapAdditionAnimationLength=4
|
||||
TapNoteAnimationLength=2
|
||||
TapAdditionAnimationLength=2
|
||||
TapMineAnimationLength=1
|
||||
TapLiftAnimationLength=4
|
||||
HoldHeadAnimationLength=1 // doesn't matter. Only 1 frame anyway.
|
||||
|
||||
Reference in New Issue
Block a user