1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00
RedMew/map_gen/data/presets/destroyed-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,18,2,29,1,17,},
{1,17,2,30,1,17,},
{1,16,2,6,1,2,2,16,1,2,2,6,1,16,},
{1,16,2,5,1,4,2,14,1,4,2,5,1,16,},
{1,15,2,5,1,6,2,12,1,6,2,5,1,15,},
{1,15,2,4,1,8,2,10,1,8,2,4,1,15,},
{1,14,2,4,1,10,2,8,1,10,2,4,1,14,},
{1,14,2,3,1,12,2,6,1,12,2,4,1,13,},
{1,13,2,5,1,12,2,4,1,12,2,5,1,13,},
{1,12,2,7,1,12,2,2,1,12,2,7,1,12,},
{1,12,2,8,1,24,2,8,1,12,},
{1,11,2,10,1,22,2,10,1,11,},
{1,11,2,11,1,20,2,11,1,11,},
{1,10,2,13,1,18,2,13,1,10,},
{1,10,2,14,1,16,2,15,1,9,},
{1,9,2,16,1,14,2,16,1,9,},
{1,8,2,17,1,14,2,17,1,8,},
{1,8,2,17,1,14,2,17,1,8,},
{1,7,2,17,1,16,2,17,1,7,},
{1,7,2,16,1,18,2,16,1,7,},
{1,6,2,16,1,20,2,16,1,6,},
{1,6,2,15,1,22,2,15,1,6,},
{1,5,2,15,1,24,2,15,1,5,},
{1,5,2,14,1,12,2,2,1,12,2,15,1,4,},
{1,4,2,14,1,12,2,4,1,12,2,14,1,4,},
{1,3,2,14,1,12,2,6,1,12,2,14,1,3,},
{1,3,2,15,1,10,2,8,1,10,2,15,1,3,},
{1,2,2,17,1,8,2,10,1,8,2,17,1,2,},
{1,2,2,18,1,6,2,12,1,6,2,18,1,2,},
{1,1,2,20,1,4,2,14,1,4,2,20,1,1,},
{1,1,2,21,1,2,2,16,1,2,2,22,},
{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,},
}
})