add stripes
advpng and optipng
@ -54,10 +54,9 @@ minetest.register_node("mesecons_random:conductingfence", {
|
|||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_node("mesecons_random:conductingfence_active", {
|
minetest.register_node("mesecons_random:conductingfence_active", {
|
||||||
description="COnducting fence",
|
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
drawtype = "fencelike",
|
drawtype = "fencelike",
|
||||||
tiles = {"electricfence_tile_active.png"},
|
tiles = {"electricfence_tile.png^electricfence_tile_active.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
|
Before Width: | Height: | Size: 411 B After Width: | Height: | Size: 307 B |
Before Width: | Height: | Size: 406 B |
Before Width: | Height: | Size: 432 B After Width: | Height: | Size: 645 B |
Before Width: | Height: | Size: 429 B After Width: | Height: | Size: 178 B |