Lowercase noteskin names

This commit is contained in:
Martin Natano
2022-06-12 10:13:37 +02:00
parent de3f5622e8
commit 0e08823896
116 changed files with 0 additions and 0 deletions
@@ -0,0 +1,16 @@
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;