forked from Mirrorlandia_minetest/mesecons
Gave solar panel a side texture. Removed alpha channel from top.
This commit is contained in:
parent
5d1c184941
commit
b2a6553ff3
@ -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 |
BIN
mesecons_textures/textures/jeija_solar_panel_sides.png
Normal file
BIN
mesecons_textures/textures/jeija_solar_panel_sides.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 215 B |
Loading…
Reference in New Issue
Block a user