rename and move generic light source textures

This commit is contained in:
Vanessa Dannenberg
2019-06-02 02:23:10 -04:00
parent 4174737a1a
commit 2f3c12eb2a
5 changed files with 5 additions and 5 deletions

View File

@ -96,7 +96,7 @@ homedecor.register("wall_lamp", {
tiles = {
{ name = "homedecor_generic_metal.png", color = homedecor.color_med_grey },
homedecor.lux_wood,
"homedecor_light.png",
"homedecor_generic_light_source_yellow.png",
"homedecor_generic_metal_wrought_iron.png"
},
use_texture_alpha = true,