Update to new style.
This commit is contained in:
@@ -1,11 +1,9 @@
|
|||||||
return Def.Sprite {
|
return Def.Sprite {
|
||||||
Texture=NOTESKIN:GetPath('_down','tap note');
|
Texture=NOTESKIN:GetPath('_down','tap note');
|
||||||
Frame0000=56;
|
Frames = {
|
||||||
Delay0000=0.1;
|
{ Frame = 56; };
|
||||||
Frame0001=57;
|
{ Frame = 57; };
|
||||||
Delay0001=0.1;
|
{ Frame = 58; };
|
||||||
Frame0002=58;
|
{ Frame = 59; };
|
||||||
Delay0002=0.1;
|
};
|
||||||
Frame0003=59;
|
|
||||||
Delay0003=0.1;
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user