6 lines
147 B
Lua
6 lines
147 B
Lua
return Def.Sprite {
|
|
Texture=NOTESKIN:GetPath( '_space', 'tap note' );
|
|
-- probably don't need this line
|
|
Frames = Sprite.LinearFrames( 1, 1 );
|
|
};
|