

I've been searching for a long time on the forum, but I'm not an English speaker, so I have difficulties to understand the subtleties, and I don't know the name for this. (Entity over another)
Code: Select all
function assembler2pipepictures()
return
{
north =
{
filename = "__base__/graphics/entity/assembling-machine-2/pipe-north.png",
priority = "extra-high",
width = 41,
height = 40,
shift = {0.09375, 0.4375}
},
east =
{
filename = "__base__/graphics/entity/assembling-machine-2/pipe-east.png",
priority = "extra-high",
width = 41,
height = 40,
shift = {-0.71875, 0}
},
south =
{
filename = "__base__/graphics/entity/assembling-machine-2/pipe-south.png",
priority = "extra-high",
width = 41,
height = 40,
shift = {0.0625, -1}
},
west =
{
filename = "__base__/graphics/entity/assembling-machine-2/pipe-west.png",
priority = "extra-high",
width = 41,
height = 40,
shift = {0.78125, 0.03125}
}
}
end