mirror of
https://github.com/mt-mods/unifieddyes.git
synced 2024-11-25 17:03:53 +01:00
add light_blue to wallmounted palette
This commit is contained in:
parent
4d11406f8d
commit
b0ccff164d
1
init.lua
1
init.lua
@ -256,6 +256,7 @@ function unifieddyes.getpaletteidx(color, is_color_fdir)
|
||||
if is_color_fdir == "wallmounted" then
|
||||
if color == "brown" then return 48,1
|
||||
elseif color == "pink" then return 56,7
|
||||
elseif color == "blue" and shade == "light" then return 40,5
|
||||
elseif hues_wallmounted[color] and shades_wallmounted[shade] then
|
||||
return (shades_wallmounted[shade] * 64 + hues_wallmounted[color] * 8), hues_wallmounted[color]
|
||||
end
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 158 B After Width: | Height: | Size: 159 B |
Loading…
Reference in New Issue
Block a user