Initial commit.

This commit is contained in:
AJ Kelly
2010-01-26 21:00:30 -06:00
parent 80057f53cd
commit 3e51544930
4074 changed files with 588945 additions and 543956 deletions
@@ -0,0 +1,16 @@
local t = Def.Sprite {
Texture=NOTESKIN:GetPath('_Center','Tap Note');
Frame0000=0;
Delay0000=0.1;
Frame0001=1;
Delay0000=0.1;
Frame0002=2;
Delay0000=0.1;
Frame0003=3;
Delay0000=0.1;
Frame0004=4;
Delay0000=0.1;
Frame0005=5;
Delay0000=0.1;
};
return t;