Code: Select all
variants = {
main = {
{
count = 16,
picture = DIR.terrain_path .. "/" .. graphic .. "-1.png",
scale = 0.5,
size = 1,
},
{
count = 16,
picture = DIR.terrain_path .. "/" .. graphic .. "-2.png",
scale = 0.5,
size = 2,
probability = 0.5,
},
},
.....