1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00
RedMew/map_gen/data/presets/lines.lua
2018-11-21 08:42:39 -05:00

70 lines
2.2 KiB
Lua

return {
height = 64,
width = 64,
data = {
{2,7,1,2,2,14,1,2,2,14,1,2,2,14,1,2,2,7,},
{2,23,1,2,2,30,1,2,2,7,},
{2,23,1,2,2,30,1,2,2,7,},
{2,23,1,2,2,30,1,2,2,7,},
{2,23,1,2,2,30,1,2,2,7,},
{2,23,1,2,2,30,1,2,2,7,},
{2,23,1,2,2,30,1,2,2,7,},
{1,17,2,6,1,2,2,6,1,18,2,6,1,2,2,6,1,1,},
{1,17,2,6,1,2,2,6,1,18,2,6,1,2,2,6,1,1,},
{2,23,1,2,2,30,1,2,2,7,},
{2,23,1,2,2,30,1,2,2,7,},
{2,23,1,2,2,30,1,2,2,7,},
{2,23,1,2,2,30,1,2,2,7,},
{2,23,1,2,2,30,1,2,2,7,},
{2,23,1,2,2,30,1,2,2,7,},
{2,7,1,2,2,14,1,2,2,14,1,2,2,14,1,2,2,7,},
{2,7,1,2,2,14,1,2,2,14,1,2,2,14,1,2,2,7,},
{2,7,1,2,2,30,1,2,2,23,},
{2,7,1,2,2,30,1,2,2,23,},
{2,7,1,2,2,30,1,2,2,23,},
{2,7,1,2,2,30,1,2,2,23,},
{2,7,1,2,2,30,1,2,2,23,},
{2,7,1,2,2,30,1,2,2,23,},
{1,1,2,6,1,2,2,6,1,18,2,6,1,2,2,6,1,17,},
{1,1,2,6,1,2,2,6,1,18,2,6,1,2,2,6,1,17,},
{2,7,1,2,2,30,1,2,2,23,},
{2,7,1,2,2,30,1,2,2,23,},
{2,7,1,2,2,30,1,2,2,23,},
{2,7,1,2,2,30,1,2,2,23,},
{2,7,1,2,2,30,1,2,2,23,},
{2,7,1,2,2,30,1,2,2,23,},
{2,7,1,2,2,14,1,2,2,14,1,2,2,14,1,2,2,7,},
{2,7,1,2,2,14,1,2,2,14,1,2,2,14,1,2,2,7,},
{2,23,1,2,2,30,1,2,2,7,},
{2,23,1,2,2,30,1,2,2,7,},
{2,23,1,2,2,30,1,2,2,7,},
{2,23,1,2,2,30,1,2,2,7,},
{2,23,1,2,2,30,1,2,2,7,},
{2,23,1,2,2,30,1,2,2,7,},
{1,17,2,6,1,2,2,6,1,18,2,6,1,2,2,6,1,1,},
{1,17,2,6,1,2,2,6,1,18,2,6,1,2,2,6,1,1,},
{2,23,1,2,2,30,1,2,2,7,},
{2,23,1,2,2,30,1,2,2,7,},
{2,23,1,2,2,30,1,2,2,7,},
{2,23,1,2,2,30,1,2,2,7,},
{2,23,1,2,2,30,1,2,2,7,},
{2,23,1,2,2,30,1,2,2,7,},
{2,7,1,2,2,14,1,2,2,14,1,2,2,14,1,2,2,7,},
{2,7,1,2,2,14,1,2,2,14,1,2,2,14,1,2,2,7,},
{2,7,1,2,2,30,1,2,2,23,},
{2,7,1,2,2,30,1,2,2,23,},
{2,7,1,2,2,30,1,2,2,23,},
{2,7,1,2,2,30,1,2,2,23,},
{2,7,1,2,2,30,1,2,2,23,},
{2,7,1,2,2,30,1,2,2,23,},
{1,1,2,6,1,2,2,6,1,18,2,6,1,2,2,6,1,17,},
{1,1,2,6,1,2,2,6,1,18,2,6,1,2,2,6,1,17,},
{2,7,1,2,2,30,1,2,2,23,},
{2,7,1,2,2,30,1,2,2,23,},
{2,7,1,2,2,30,1,2,2,23,},
{2,7,1,2,2,30,1,2,2,23,},
{2,7,1,2,2,30,1,2,2,23,},
{2,7,1,2,2,30,1,2,2,23,},
{2,7,1,2,2,14,1,2,2,14,1,2,2,14,1,2,2,7,},
}
}