- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
Line 109:
Line 109:
− +
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