Files
itgmania212121/stepmania/NoteSkins/dance/default/Down Tap Note.lua
T
2007-02-06 07:56:37 +00:00

13 lines
203 B
Lua

local t = Def.Sprite {
Texture=NOTESKIN:GetPath('_down','tap note');
Frame0000=0;
Delay0000=0.1;
Frame0001=1;
Delay0001=0.1;
Frame0002=2;
Delay0002=0.1;
Frame0003=3;
Delay0003=0.1;
};
return t;