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

13 lines
408 B
Lua

return
{
entities =
{
{"straight-rail", {x = -1, y = -3}, {dir = "southwest", }},
{"straight-rail", {x = -1, y = -1}, {dir = "northeast", }},
{"curved-rail", {x = 0, y = 0}, {dir = "southeast", }},
{"straight-rail", {x = 1, y = -1}, {dir = "southwest", }},
{"straight-rail", {x = 1, y = 1}, {dir = "northeast", }},
{"straight-rail", {x = 3, y = 1}, {dir = "southwest", }},
},
}