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-storage-space-icon.lua
2018-06-16 12:57:11 +01:00

71 lines
1.8 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,5,1,29,},
{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,26,2,12,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,17,1,23,},
{1,23,2,18,1,23,},
{1,22,2,20,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,25,1,19,},
{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,30,1,17,},
{1,16,2,32,1,16,},
{1,16,2,32,1,16,},
{1,15,2,34,1,15,},
{1,15,2,11,1,1,2,23,1,14,},
{1,14,2,8,1,1,2,3,1,13,2,2,1,2,2,7,1,14,},
{1,13,2,8,1,2,2,3,1,13,2,2,1,2,2,8,1,13,},
{1,13,2,7,1,3,2,3,1,3,2,6,1,3,2,3,1,3,2,7,1,13,},
{1,12,2,8,1,3,2,3,1,3,2,7,1,2,2,4,1,2,2,8,1,12,},
{1,12,2,7,1,4,2,3,1,2,2,8,1,2,2,4,1,3,2,7,1,12,},
{1,11,2,8,1,4,2,3,1,2,2,8,1,2,2,4,1,4,2,7,1,11,},
{1,11,2,7,1,4,2,4,1,3,2,6,1,3,2,4,1,4,2,8,1,10,},
{1,10,2,8,1,4,2,4,1,5,2,2,1,5,2,4,1,5,2,7,1,10,},
{1,9,2,8,1,5,2,4,1,12,2,4,1,5,2,8,1,9,},
{1,9,2,8,1,5,2,4,1,12,2,4,1,5,2,8,1,9,},
{1,8,2,9,1,5,2,4,1,12,2,4,1,5,2,9,1,8,},
{1,8,2,9,1,5,2,4,1,13,2,3,1,5,2,9,1,8,},
{1,7,2,10,1,5,2,3,1,14,2,3,1,5,2,10,1,7,},
{1,7,2,10,1,5,2,3,1,14,2,4,1,4,2,10,1,7,},
{1,6,2,11,1,4,2,4,1,14,2,4,1,4,2,11,1,6,},
{1,5,2,12,1,4,2,4,1,14,2,4,1,4,2,12,1,5,},
{1,5,2,12,1,4,2,4,1,15,2,3,1,4,2,12,1,5,},
{1,4,2,13,1,3,2,5,1,15,2,4,1,3,2,13,1,4,},
{1,4,2,13,1,3,2,4,1,16,2,4,1,3,2,13,1,4,},
{1,3,2,14,1,3,2,4,1,16,2,4,1,3,2,14,1,3,},
{1,3,2,14,1,3,2,4,1,16,2,4,1,3,2,14,1,3,},
{1,2,2,15,1,2,2,5,1,17,2,4,1,2,2,15,1,2,},
{1,1,2,16,1,2,2,5,1,17,2,4,1,2,2,16,1,1,},
{1,1,2,16,1,2,2,4,1,2,2,15,1,1,2,4,1,2,2,16,1,1,},
{2,64,},
{2,64,},
{2,64,},
{2,64,},
{2,64,},
{1,1,2,62,1,1,},
{1,2,2,60,1,2,},
{1,64,},
{1,64,},
{1,64,},
}
})