I wanted to ask if its possible to add the ability to entitys like pipes that we can add a Overlay like a Letter or something.
Like in Icons:
Code: Select all
pipe.icons = { { icon = q.icon, tint = { r = 1, g = 1, b = 1, a = 1 } }, { icon = MODNAME .. "/graphics/void.png", tint = { r = 1, g = 1, b = 1, a = 0.85 } } }
Code: Select all
pipe.straight_vertical_single.filenames = { { filename = q.pipe.straight_vertical_single.filename, tint = { r = 1, g = 1, b = 1, a = 1 } }, { filename = MODNAME .. "/graphics/void.png", tint = { r = 1, g = 1, b = 1, a = 0.85 } } }
Luzifer