Files
itgmania212121/NoteSkins/dance/midi-note-3d/Left Hold BottomCap Inactive.lua
T

6 lines
162 B
Lua

return Def.Sprite {
Texture=NOTESKIN:GetPath('Left','Hold BottomCap Active');
InitCommand=function(self)
self:diffuse(color("0.5,0.5,0.5,0.5"));
end;
};