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

71 lines
2.0 KiB
Lua

local b = require 'map_gen.shared.builders'
return b.decompress({
height = 64,
width = 64,
data = {
{1,64,},
{1,64,},
{1,64,},
{1,31,2,3,1,30,},
{1,29,2,6,1,29,},
{1,29,2,7,1,28,},
{1,28,2,9,1,27,},
{1,27,2,10,1,27,},
{1,27,2,11,1,26,},
{1,26,2,12,1,26,},
{1,26,2,13,1,25,},
{1,25,2,15,1,24,},
{1,25,2,15,1,24,},
{1,24,2,17,1,23,},
{1,24,2,17,1,23,},
{1,23,2,19,1,22,},
{1,22,2,6,1,10,2,4,1,22,},
{1,22,2,4,1,14,2,3,1,21,},
{1,21,2,4,1,3,2,10,1,3,2,3,1,20,},
{1,21,2,4,1,2,2,12,1,2,2,3,1,20,},
{1,20,2,10,1,6,2,9,1,19,},
{1,20,2,8,1,9,2,8,1,19,},
{1,19,2,9,1,2,2,6,1,1,2,9,1,18,},
{1,18,2,28,1,18,},
{1,18,2,13,1,3,2,13,1,17,},
{1,17,2,14,1,3,2,14,1,16,},
{1,17,2,31,1,16,},
{1,16,2,33,1,15,},
{1,16,2,8,1,1,2,14,1,1,2,9,1,15,},
{1,15,2,8,1,2,2,14,1,2,2,9,1,14,},
{1,15,2,7,1,2,2,16,1,2,2,8,1,14,},
{1,14,2,7,1,2,2,18,1,2,2,8,1,13,},
{1,13,2,7,1,3,2,18,1,3,2,8,1,12,},
{1,13,2,6,1,4,2,3,1,13,2,2,1,4,2,7,1,12,},
{1,12,2,8,1,3,2,2,1,5,2,3,1,7,2,1,1,3,2,9,1,11,},
{1,12,2,9,1,7,2,4,1,2,2,3,1,6,2,10,1,11,},
{1,11,2,10,1,6,2,4,1,2,2,5,1,5,2,11,1,10,},
{1,11,2,4,1,2,2,5,1,6,2,3,1,2,2,6,1,3,2,12,1,10,},
{1,10,2,6,1,2,2,4,1,4,2,2,1,9,2,2,1,4,2,4,1,1,2,7,1,9,},
{1,10,2,7,1,2,2,2,1,5,2,6,1,1,2,3,1,8,2,2,1,2,2,8,1,8,},
{1,9,2,9,1,1,2,2,1,5,2,6,1,2,2,4,1,6,2,1,1,2,2,9,1,8,},
{1,8,2,10,1,2,2,1,1,6,2,4,1,2,2,4,1,9,2,11,1,7,},
{1,8,2,10,1,11,2,1,1,2,2,4,1,10,2,11,1,7,},
{1,7,2,11,1,29,2,11,1,6,},
{1,7,2,11,1,29,2,11,1,6,},
{1,6,2,12,1,29,2,12,1,5,},
{1,6,2,13,1,27,2,13,1,5,},
{1,5,2,17,1,21,2,17,1,4,},
{1,4,2,18,1,21,2,18,1,3,},
{1,4,2,18,1,20,2,19,1,3,},
{1,3,2,19,1,20,2,20,1,2,},
{1,3,2,19,1,20,2,20,1,2,},
{1,2,2,21,1,19,2,21,1,1,},
{1,2,2,21,1,19,2,21,1,1,},
{1,1,2,23,1,17,2,23,},
{2,25,1,15,2,24,},
{2,26,1,13,2,25,},
{2,26,1,12,2,26,},
{2,27,1,10,2,27,},
{1,1,2,63,},
{1,2,2,61,1,1,},
{1,64,},
{1,64,},
{1,64,},
}
})