Code: Select all
data:extend{{
    name = "my-entity",
    type = "constant-combinator",
    sprites = {
        north = {
            { filename = "__mod__/graphic/sprite-north-1.png", width = 32, height = 32, },
            { filename = "__mod__/graphic/sprite-north-2.png", width = 32, height = 32, },
        },
        east = {
            { filename = "__mod__/graphic/sprite-east-1.png", width = 32, height = 32, },
            { filename = "__mod__/graphic/sprite-east-2.png", width = 32, height = 32, },
        },
        south = {
            { filename = "__mod__/graphic/sprite-south-1.png", width = 32, height = 32, },
            { filename = "__mod__/graphic/sprite-south-2.png", width = 32, height = 32, },
        },
        west = {
            { filename = "__mod__/graphic/sprite-west-1.png", width = 32, height = 32, },
            { filename = "__mod__/graphic/sprite-west-2.png", width = 32, height = 32, },
        },
    -- ...
}}Gerhard

