Both of these are valid picture definitions:
Code: Select all
entity.picture = {
filename = "__mod__/graphics/image.png",
width = 32,
height = 32,
}
entity.picture = {
layers = {
{
filename = "__mod__/graphics/image.png",
width = 32,
height = 32,
},
}
}