Update to new style.

This commit is contained in:
Steve Checkoway
2007-05-28 10:13:08 +00:00
parent 9c9565f7a3
commit 5f1aec302d
@@ -1,11 +1,9 @@
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;
Frames = {
{ Frame = 56; };
{ Frame = 57; };
{ Frame = 58; };
{ Frame = 59; };
};
};