added proper bottom image to microcontroller

This commit is contained in:
Vanessa Ezekowitz 2012-08-25 01:32:24 -04:00
parent 950ecbc407
commit d0ae1b56e8
2 changed files with 4 additions and 0 deletions

View File

@ -21,7 +21,11 @@ minetest.register_node(nodename, {
drawtype = "nodebox",
tiles = {
"jeija_microcontroller_top_"..tostring(d)..tostring(c)..tostring(b)..tostring(a)..".png",
"jeija_microcontroller_bottom.png",
"jeija_microcontroller_sides.png",
"jeija_microcontroller_sides.png",
"jeija_microcontroller_sides.png",
"jeija_microcontroller_sides.png"
},
sunlight_propagates = true,

Binary file not shown.

After

Width:  |  Height:  |  Size: 550 B