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

71 lines
1.7 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,26,2,12,1,26,},
{1,26,2,12,1,26,},
{1,25,2,14,1,25,},
{1,25,2,15,1,24,},
{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,10,1,4,2,11,1,19,},
{1,19,2,10,1,6,2,10,1,19,},
{1,18,2,10,1,8,2,10,1,18,},
{1,18,2,10,1,8,2,10,1,18,},
{1,17,2,11,1,8,2,11,1,17,},
{1,17,2,11,1,8,2,11,1,17,},
{1,16,2,12,1,8,2,12,1,16,},
{1,16,2,12,1,8,2,13,1,15,},
{1,15,2,13,1,8,2,13,1,15,},
{1,15,2,13,1,8,2,14,1,14,},
{1,14,2,14,1,8,2,14,1,14,},
{1,13,2,15,1,8,2,15,1,13,},
{1,13,2,15,1,8,2,15,1,13,},
{1,12,2,16,1,8,2,16,1,12,},
{1,12,2,16,1,8,2,16,1,12,},
{1,11,2,17,1,8,2,17,1,11,},
{1,11,2,17,1,8,2,18,1,10,},
{1,10,2,18,1,8,2,18,1,10,},
{1,9,2,19,1,8,2,19,1,9,},
{1,9,2,19,1,8,2,19,1,9,},
{1,8,2,21,1,6,2,21,1,8,},
{1,8,2,21,1,6,2,21,1,8,},
{1,7,2,24,1,2,2,24,1,7,},
{1,7,2,51,1,6,},
{1,6,2,52,1,6,},
{1,5,2,24,1,6,2,24,1,5,},
{1,5,2,23,1,8,2,23,1,5,},
{1,4,2,24,1,8,2,24,1,4,},
{1,4,2,24,1,8,2,24,1,4,},
{1,3,2,25,1,8,2,25,1,3,},
{1,3,2,25,1,8,2,25,1,3,},
{1,2,2,27,1,6,2,27,1,2,},
{1,1,2,29,1,4,2,29,1,1,},
{1,1,2,62,1,1,},
{2,64,},
{2,64,},
{2,64,},
{2,64,},
{2,64,},
{1,1,2,61,1,2,},
{1,64,},
{1,64,},
{1,64,},
{1,64,},
}
})