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

70 lines
2.2 KiB
Lua
Raw Normal View History

2017-08-12 02:20:08 +02:00
return {
height = 64,
width = 64,
data = {
2018-11-21 15:42:39 +02:00
{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,},
2017-08-12 02:20:08 +02:00
}
}