Files
itgmania212121/stepmania/NoteSkins/dance/flat/Down Tap Note.lua
T

10 lines
162 B
Lua
Raw Normal View History

2007-04-02 00:20:56 +00:00
return Def.Sprite {
Texture=NOTESKIN:GetPath('_down','tap note');
2007-05-28 10:13:08 +00:00
Frames = {
{ Frame = 56; };
{ Frame = 57; };
{ Frame = 58; };
{ Frame = 59; };
};
2007-04-02 00:20:56 +00:00
};