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