Better invo images for candles

This commit is contained in:
jp 2015-04-17 12:38:21 +02:00 committed by Vanessa Ezekowitz
parent e60562d58b
commit 877e6f3607
3 changed files with 3 additions and 2 deletions

View File

@ -161,12 +161,12 @@ homedecor.register("candle", {
'homedecor_candle_sides.png',
{name="homedecor_candle_flame.png", animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=3.0}},
},
inventory_image = "homedecor_candle_inv.png",
selection_box = tc_cbox,
collision_box = tc_cbox,
sunlight_propagates = true,
groups = { snappy = 3 },
light_source = LIGHT_MAX-4,
sounds = default.node_sound_wood_defaults(),
})
local c_cbox = {
@ -183,6 +183,7 @@ homedecor.register("candle_thin", {
'homedecor_candle_sides.png',
{name="homedecor_candle_flame.png", animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=3.0}},
},
inventory_image = "homedecor_candle_thin_inv.png",
selection_box = c_cbox,
collision_box = c_cbox,
sunlight_propagates = true,
@ -234,7 +235,7 @@ homedecor.register("oil_lamp", {
collision_box = ol_cbox,
groups = { snappy = 3 },
light_source = LIGHT_MAX-3,
sounds = default.node_sound_wood_defaults(),
sounds = default.node_sound_glass_defaults(),
})
local gl_cbox = {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 794 B