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

10 lines
210 B
Lua

return
{
entities =
{
{"duct-underground", {x = -3, y = -2}, {dir = "east", }},
{"duct-long", {x = 0, y = -2}, {dir = "east", }},
{"duct-underground", {x = 3, y = -2}, {dir = "west", }},
},
}