Add VALS_SPLIT for craft

Add faint + light.
This commit is contained in:
Jat15 2018-10-05 05:23:02 +02:00
parent feed6d5aae
commit 368205d3b8
1 changed files with 9 additions and 1 deletions

View File

@ -99,6 +99,14 @@ unifieddyes.VALS = {
"dark_"
}
unifieddyes.VALS_SPLIT = {
"faint_",
"light_",
"",
"medium_",
"dark_"
}
unifieddyes.VALS_EXTENDED = {
"faint_",
"pastel_",
@ -282,7 +290,7 @@ end
function unifieddyes.register_color_craft(craft)
local hues_table = unifieddyes.HUES_EXTENDED
local sats_table = unifieddyes.SATS
local vals_table = unifieddyes.VALS
local vals_table = unifieddyes.VALS_SPLIT
local greys_table = unifieddyes.GREYS
if craft.palette == "wallmounted" then