prefix ddr noteskins with ddr-

This commit is contained in:
teejusb
2022-05-27 14:35:18 -07:00
parent 3e8a843398
commit 7d907c4e1c
179 changed files with 0 additions and 0 deletions
@@ -0,0 +1,14 @@
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;