Files
itgmania212121/NoteSkins/dance/enchantment/Down Tap Note.lua
T

10 lines
164 B
Lua
Raw Normal View History

2022-05-22 23:16:36 -07:00
return Def.Sprite {
Texture=NOTESKIN:GetPath( '_Down', 'tap note' );
Frames = Sprite.LinearFrames( 16, 1 );
OnCommand=function(self)
-- SM("Hello!")
end
};