forked from nalc/homedecor_modpack
use inventory images for table lamps
This commit is contained in:
parent
adf01de74a
commit
9f87c47ebe
|
@ -338,6 +338,7 @@ local function reg_lamp(suffix, nxt, tilesuffix, light, color)
|
|||
description = S("Table Lamp "..colordesc),
|
||||
mesh = "homedecor_table_lamp.obj",
|
||||
tiles = { "homedecor_table_standing_lamp"..lampcolor.."_"..suffix..".png" },
|
||||
inventory_image = "homedecor_table_lamp"..lampcolor.."_inv.png",
|
||||
walkable = false,
|
||||
light_source = light,
|
||||
selection_box = tlamp_cbox,
|
||||
|
|
BIN
homedecor/textures/homedecor_table_lamp_blue_inv.png
Normal file
BIN
homedecor/textures/homedecor_table_lamp_blue_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
homedecor/textures/homedecor_table_lamp_green_inv.png
Normal file
BIN
homedecor/textures/homedecor_table_lamp_green_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
homedecor/textures/homedecor_table_lamp_inv.png
Normal file
BIN
homedecor/textures/homedecor_table_lamp_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
BIN
homedecor/textures/homedecor_table_lamp_pink_inv.png
Normal file
BIN
homedecor/textures/homedecor_table_lamp_pink_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
homedecor/textures/homedecor_table_lamp_red_inv.png
Normal file
BIN
homedecor/textures/homedecor_table_lamp_red_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
homedecor/textures/homedecor_table_lamp_violet_inv.png
Normal file
BIN
homedecor/textures/homedecor_table_lamp_violet_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
Loading…
Reference in New Issue
Block a user