Aleksei-bird 7c9c708c92 Первый фикс
Пачки некоторых позиций увеличены
2024-03-01 20:54:33 +03:00

11 lines
278 B
Lua

return
{
entities =
{
{"straight-rail", {x = 1, y = -1}, {dir = "northwest", }},
{"straight-rail", {x = 1, y = -3}, {dir = "southeast", }},
{"curved-rail", {x = 0, y = 2}, {dir = "east", }},
{"straight-rail", {x = -1, y = -1}, {dir = "southeast", }},
},
}