add "split" palette for mods that need facedir + param2 color
17
init.lua
@ -39,6 +39,23 @@ else
|
||||
S = function(s) return s end
|
||||
end
|
||||
|
||||
unifieddyes.hue_to_idx = {
|
||||
red = 2,
|
||||
orange = 3,
|
||||
yellow = 4,
|
||||
lime = 5,
|
||||
green = 6,
|
||||
aqua = 7,
|
||||
cyan = 8,
|
||||
skyblue = 9,
|
||||
blue = 10,
|
||||
violet = 11,
|
||||
magenta = 12,
|
||||
redviolet = 13,
|
||||
|
||||
grey = 1
|
||||
}
|
||||
|
||||
-- helper functions for other mods that use this one
|
||||
|
||||
-- code borrowed from homedecor
|
||||
|
BIN
textures/unifieddyes_palette_aquas.png
Normal file
After Width: | Height: | Size: 99 B |
BIN
textures/unifieddyes_palette_blues.png
Normal file
After Width: | Height: | Size: 101 B |
BIN
textures/unifieddyes_palette_cyans.png
Normal file
After Width: | Height: | Size: 101 B |
BIN
textures/unifieddyes_palette_greens.png
Normal file
After Width: | Height: | Size: 101 B |
BIN
textures/unifieddyes_palette_greys.png
Normal file
After Width: | Height: | Size: 98 B |
BIN
textures/unifieddyes_palette_limes.png
Normal file
After Width: | Height: | Size: 99 B |
BIN
textures/unifieddyes_palette_magentas.png
Normal file
After Width: | Height: | Size: 101 B |
BIN
textures/unifieddyes_palette_oranges.png
Normal file
After Width: | Height: | Size: 99 B |
BIN
textures/unifieddyes_palette_reds.png
Normal file
After Width: | Height: | Size: 101 B |
BIN
textures/unifieddyes_palette_redviolets.png
Normal file
After Width: | Height: | Size: 99 B |
BIN
textures/unifieddyes_palette_skyblues.png
Normal file
After Width: | Height: | Size: 99 B |
BIN
textures/unifieddyes_palette_violets.png
Normal file
After Width: | Height: | Size: 99 B |
BIN
textures/unifieddyes_palette_yellows.png
Normal file
After Width: | Height: | Size: 101 B |