Improvements before branch

This commit is contained in:
Jonathan Payne
2013-02-09 14:11:38 -08:00
parent 3739c36956
commit e9e64018e2
8 changed files with 15 additions and 6 deletions
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;
};
+2 -2
View File
@@ -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.