Merge the p1 and p2 noteskin. It just detects the player now.

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