Files
itgmania212121/NoteSkins/dance/Enchantment/Down Tap Mine.lua
T
teejusb e424ff5c8b Add Noteskins
Added:
- Cel (classic)
- Metal (classic)
- Cyber (LightningXCE's)
- Enchantment
- Peter's Note
- Peter's Rainbow
- Peter's Vivid

Removed:
- All stock noteskins besides default
2022-05-27 14:35:18 -07:00

8 lines
149 B
Lua

local t = Def.ActorFrame {
Def.Sprite {
Texture=NOTESKIN:GetPath( '_down', 'tap mine' );
Frames = Sprite.LinearFrames( 8, 1 );
};
};
return t;