Better UV-maps for desk lamps

This commit is contained in:
kilbith 2015-05-03 23:39:28 +02:00
parent fa7a0716b7
commit 492780e59a
2 changed files with 1149 additions and 1547 deletions

View File

@ -480,7 +480,8 @@ for _, color in ipairs(dlamp_colors) do
homedecor.register("desk_lamp_"..color, {
description = S("Desk Lamp ("..color..")"),
mesh = "homedecor_desk_lamp.obj",
tiles = {"homedecor_desk_lamp_"..color..".png"},
tiles = { "homedecor_generic_metal_white.png", "homedecor_generic_metal_black.png^[colorize:"..color..":150",
"homedecor_generic_metal_black.png", "homedecor_generic_metal_black.png^[colorize:"..color..":150" },
inventory_image = "homedecor_desk_lamp_inv_"..color..".png",
wield_image = "homedecor_desk_lamp_inv_"..color..".png",
selection_box = dlamp_cbox,

File diff suppressed because it is too large Load Diff