diff options
-rw-r--r-- | init.lua | 1 | ||||
-rw-r--r-- | textures/unifieddyes_palette_colorwallmounted.png | bin | 158 -> 159 bytes |
2 files changed, 1 insertions, 0 deletions
@@ -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 diff --git a/textures/unifieddyes_palette_colorwallmounted.png b/textures/unifieddyes_palette_colorwallmounted.png Binary files differindex 18c83b4..787b2e8 100644 --- a/textures/unifieddyes_palette_colorwallmounted.png +++ b/textures/unifieddyes_palette_colorwallmounted.png |