Skip to content
Snippets Groups Projects
Commit df473096 authored by Lisa Greene's avatar Lisa Greene
Browse files

Add more colors to generatePlot for plotting talent scalers

parent f205d3ca
No related branches found
No related tags found
1 merge request!619Misc168
......@@ -84,7 +84,7 @@ function _M:generatePlot(actor, t, nb_tl)
end
table.sort(vars)
local allcolors = {colors.GREEN, colors.LIGHT_BLUE, colors.LIGHT_RED, colors.ORANGE}
local allcolors = {colors.LIGHT_GREEN, colors.LIGHT_BLUE, colors.LIGHT_RED, colors.ORANGE, colors.PURPLE, colors.ANTIQUE_WHITE, colors.DARK_UMBER, colors.GREEN, colors.CYAN, colors.CRIMSON}
for _, var in ipairs(vars) do
local vo = core.display.newVO()
local color = table.remove(allcolors)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment