Changes
Comparing number to table lol
for index, radius in ipairs(self._text_shadows) do
for index, radius in ipairs(self._text_shadows) do
local color = back_color
local color = back_color
if index <= glow_colors then
if index <= #glow_colors then
color = glow_colors[index]
color = glow_colors[index]
end
end