Files
itgmania212121/NoteSkins/dance/midi-note/Up Roll BottomCap Inactive.lua
T

6 lines
155 B
Lua
Raw Normal View History

2011-03-17 01:47:30 -04:00
return Def.Sprite {
Texture=NOTESKIN:GetPath('Up','Roll BottomCap Active');
2013-07-06 21:51:12 -04:00
InitCommand=function(self)
self:diffuse(color("0.5,0.5,0.5,0.5"));
end;
};