Files
itgmania212121/NoteSkins/dance/Cyber/Down Roll BottomCap active.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

16 lines
284 B
Lua

local t = Def.Sprite {
Texture=NOTESKIN:GetPath( '_Down', 'roll bottomcap active' );
Frame0000=0;
Delay0000=0.44;
Frame0001=1;
Delay0001=0.03;
Frame0002=2;
Delay0002=0.03;
Frame0003=3;
Delay0003=0.44;
Frame0004=2;
Delay0004=0.03;
Frame0005=1;
Delay0005=0.03;
};
return t;