1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00
RedMew/map_gen/data/presets/no-building-material-icon.lua
2018-06-16 12:57:11 +01:00

71 lines
1.6 KiB
Lua

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