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

5 lines
112 B
Lua
Raw Normal View History

2007-07-29 04:01:56 +00:00
return Def.Sprite {
Texture=NOTESKIN:GetPath( '_down', 'tap note' );
Frames = Sprite.LinearFrames( 4, 1 );
2007-02-06 07:56:37 +00:00
};