7c4044a2fc
I'd suggest enabling the EolExtension: this way we won't go back and forth here.
6 lines
152 B
Lua
6 lines
152 B
Lua
return Def.Sprite {
|
|
Texture=NOTESKIN:GetPath( '_space', 'tap note' );
|
|
-- probably don't need this line
|
|
Frames = Sprite.LinearFrames( 1, 1 );
|
|
};
|