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

8 lines
149 B
Lua
Raw Normal View History

2017-12-30 11:35:22 -06:00
local t = Def.ActorFrame {
Def.Sprite {
Texture=NOTESKIN:GetPath( '_down', 'tap mine' );
2022-05-22 23:16:36 -07:00
Frames = Sprite.LinearFrames( 8, 1 );
2017-12-30 11:35:22 -06:00
};
};
return t;