summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-02-06 09:30:04 -0500
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-02-06 09:30:04 -0500
commitb0ccff164d0b43cb5b3a78a4caa628821843046e (patch)
tree1d5001cbccda8d457ed7bf1479c28d49a40cfcf0
parent4d11406f8d2a40bc6c08494fb40e677160eab294 (diff)
downloadunifieddyes-b0ccff164d0b43cb5b3a78a4caa628821843046e.tar
unifieddyes-b0ccff164d0b43cb5b3a78a4caa628821843046e.tar.gz
unifieddyes-b0ccff164d0b43cb5b3a78a4caa628821843046e.tar.bz2
unifieddyes-b0ccff164d0b43cb5b3a78a4caa628821843046e.tar.xz
unifieddyes-b0ccff164d0b43cb5b3a78a4caa628821843046e.zip
add light_blue to wallmounted palette
-rw-r--r--init.lua1
-rw-r--r--textures/unifieddyes_palette_colorwallmounted.pngbin158 -> 159 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 7deb976..580218a 100644
--- a/init.lua
+++ b/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
diff --git a/textures/unifieddyes_palette_colorwallmounted.png b/textures/unifieddyes_palette_colorwallmounted.png
index 18c83b4..787b2e8 100644
--- a/textures/unifieddyes_palette_colorwallmounted.png
+++ b/textures/unifieddyes_palette_colorwallmounted.png
Binary files differ