1
0
鏡像自 https://github.com/mt-mods/unifieddyes.git 已同步 2025-10-28 06:25:18 +01:00

add light_blue to wallmounted palette

此提交包含在:
Vanessa Ezekowitz
2017-02-06 09:30:04 -05:00
父節點 4d11406f8d
當前提交 b0ccff164d
共有 2 個檔案被更改,包括 1 行新增0 行删除

查看文件

@@ -256,6 +256,7 @@ function unifieddyes.getpaletteidx(color, is_color_fdir)
if is_color_fdir == "wallmounted" then if is_color_fdir == "wallmounted" then
if color == "brown" then return 48,1 if color == "brown" then return 48,1
elseif color == "pink" then return 56,7 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 elseif hues_wallmounted[color] and shades_wallmounted[shade] then
return (shades_wallmounted[shade] * 64 + hues_wallmounted[color] * 8), hues_wallmounted[color] return (shades_wallmounted[shade] * 64 + hues_wallmounted[color] * 8), hues_wallmounted[color]
end end

未顯示二進位檔案。

之前

寬度:  |  高度:  |  大小: 158 B

之後

寬度:  |  高度:  |  大小: 159 B