This commit is contained in:
NoM0Re
2025-09-13 18:02:26 +02:00
committed by GitHub
parent 3c8ed9f073
commit 348bcce594
43 changed files with 669 additions and 342 deletions
+2
View File
@@ -195,11 +195,13 @@ local funcs = {
self.tick_color[1], self.tick_color[2], self.tick_color[3], self.tick_color[4] = r, g, b, a or 1
if self.use_texture then
for _, tick in ipairs(self.ticks) do
tick:SetTexture(r, g, b, a or 1)
tick:SetVertexColor(r, g, b, a or 1)
end
self:UpdateTickDesaturated()
else
for _, tick in ipairs(self.ticks) do
tick:SetVertexColor(r, g, b, a or 1)
tick:SetTexture(r, g, b, a or 1)
end
end