do the same for wrought iron

This commit is contained in:
Vanessa Ezekowitz 2015-04-27 19:00:35 -04:00
parent a346bf5803
commit a0bf61cfa7
8 changed files with 8 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 926 B

After

Width:  |  Height:  |  Size: 398 B

View File

@ -39,7 +39,7 @@ homedecor.register("bench_large_1", {
mesh = "homedecor_bench_large_1.obj",
tiles = {
"homedecor_generic_wood.png",
"homedecor_tile_wrought_iron2.png"
"homedecor_tile_wrought_iron.png"
},
description = "Garden Bench (style 1)",
inventory_image = "homedecor_bench_large_1_inv.png",

View File

@ -205,7 +205,7 @@ homedecor.register("candlestick_wrought_iron", {
tiles = {
"homedecor_candle_sides.png",
{name="homedecor_candle_flame.png", animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=3.0}},
"homedecor_tile_wrought_iron2.png",
"homedecor_tile_wrought_iron.png",
},
inventory_image = "homedecor_candlestick_wrought_iron_inv.png",
selection_box = cs_cbox,
@ -240,7 +240,7 @@ homedecor.register("wall_sconce", {
'homedecor_candle_sides.png',
{name="homedecor_candle_flame.png", animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=3.0}},
'homedecor_wall_sconce_back.png',
'homedecor_tile_wrought_iron2.png',
'homedecor_tile_wrought_iron.png',
},
inventory_image = "homedecor_wall_sconce_inv.png",
selection_box = {

View File

@ -79,7 +79,7 @@ homedecor.register("pole_brass", {
homedecor.register("pole_wrought_iron", {
description = S("Wrought Iron Pole"),
tiles = {"homedecor_tile_wrought_iron2.png"},
tiles = { "homedecor_tile_wrought_iron.png^homedecor_tile_horizlines_overlay.png" },
inventory_image = "homedecor_pole_wrought_iron_inv.png",
wield_image = "homedecor_pole_wrought_iron_inv.png",
selection_box = {
@ -478,7 +478,7 @@ homedecor.register("sportbench", {
description = "Sport bench",
mesh = "homedecor_sport_bench.obj",
tiles = {
"homedecor_tile_wrought_iron2.png",
"homedecor_tile_wrought_iron.png",
"homedecor_bright_metal.png",
"forniture_black_metal.png",
"wool_black.png"
@ -702,8 +702,8 @@ homedecor.banister_materials = {
},
{ "wrought_iron",
"wrought iron",
"homedecor_tile_wrought_iron2.png",
"homedecor_tile_wrought_iron2.png",
"homedecor_tile_wrought_iron.png",
"homedecor_tile_wrought_iron.png",
"homedecor:pole_wrought_iron",
"homedecor:pole_wrought_iron",
"",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

After

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 926 B

View File

@ -172,7 +172,7 @@ end
local mats = {
{ "brass", "Brass", "homedecor_tile_brass.png" },
{ "wrought_iron", "Wrought iron", "homedecor_tile_wrought_iron2.png" },
{ "wrought_iron", "Wrought iron", "homedecor_tile_wrought_iron.png" },
{ "wood", "Wooden", "default_wood.png" }
}