10 lines
162 B
Lua
10 lines
162 B
Lua
return Def.Sprite {
|
|
Texture=NOTESKIN:GetPath('_down','tap note');
|
|
Frames = {
|
|
{ Frame = 56; };
|
|
{ Frame = 57; };
|
|
{ Frame = 58; };
|
|
{ Frame = 59; };
|
|
};
|
|
};
|