10 lines
164 B
Lua
10 lines
164 B
Lua
return Def.Sprite {
|
|
Texture=NOTESKIN:GetPath( '_Down', 'tap note' );
|
|
Frames = Sprite.LinearFrames( 16, 1 );
|
|
OnCommand=function(self)
|
|
-- SM("Hello!")
|
|
end
|
|
};
|
|
|
|
|