Add flat note skin.

This commit is contained in:
Steve Checkoway
2007-04-02 00:20:56 +00:00
parent fafa1b92b4
commit 67f9ccce87
2 changed files with 18 additions and 1 deletions
@@ -0,0 +1,11 @@
return Def.Sprite {
Texture=NOTESKIN:GetPath('_down','tap note');
Frame0000=56;
Delay0000=0.1;
Frame0001=57;
Delay0001=0.1;
Frame0002=58;
Delay0002=0.1;
Frame0003=59;
Delay0003=0.1;
};
+7 -1
View File
@@ -1,2 +1,8 @@
[Global]
FallbackNoteSkin=default
[NoteDisplay]
TapNoteAnimationIsVivid=0
TapNoteNoteColorTextureCoordSpacingX=0
TapNoteNoteColorTextureCoordSpacingY=0
HoldHeadNoteColorTextureCoordSpacingX=0
HoldHeadNoteColorTextureCoordSpacingY=0