noteskin fix hopefully

This commit is contained in:
AJ Kelly
2010-06-27 20:37:48 -05:00
parent 06c5a51e30
commit 270f7a8ac6
32 changed files with 92 additions and 103 deletions
@@ -0,0 +1,5 @@
return Def.Sprite {
Texture=NOTESKIN:GetPath( '_space', 'tap note' );
-- probably don't need this line
Frames = Sprite.LinearFrames( 1, 1 );
};