Files
itgmania212121/NoteSkins/kb7/default-p2/Space Tap Note.lua
T

6 lines
147 B
Lua
Raw Normal View History

2010-06-27 20:37:48 -05:00
return Def.Sprite {
Texture=NOTESKIN:GetPath( '_space', 'tap note' );
-- probably don't need this line
Frames = Sprite.LinearFrames( 1, 1 );
};