Gave solar panel a side texture. Removed alpha channel from top.

This commit is contained in:
Vanessa Ezekowitz 2012-08-11 21:10:45 -04:00
parent 5d1c184941
commit b2a6553ff3
3 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
-- Solar Panel
minetest.register_node("mesecons_solarpanel:solar_panel", {
drawtype = "nodebox",
tile_images = {"jeija_solar_panel.png"},
tile_images = {
"jeija_solar_panel.png",
"jeija_solar_panel_sides.png"
},
inventory_image = "jeija_solar_panel.png",
wield_image = "jeija_solar_panel.png",
paramtype = "light",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 704 B

After

Width:  |  Height:  |  Size: 686 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B