Files
itgmania212121/NoteSkins/dance/Note/Down Roll Explosion.lua
T

15 lines
247 B
Lua
Raw Normal View History

2022-05-22 23:16:36 -07:00
local t = Def.ActorFrame {
Def.Sprite {
Texture=NOTESKIN:GetPath( '_down', 'Hold Explosion' );
Frame0000=0;
Delay0000=0.01;
Frame0001=1;
Delay0001=0.01;
Frame0002=2;
Delay0002=0.01;
Frame0003=3;
Delay0003=0.01;
};
};
return t;