1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00
RedMew/map_gen/maps/GoT.lua
2019-01-31 20:15:41 -05:00

10 lines
198 B
Lua

local b = require "map_gen.shared.builders"
local pic = require "map_gen.data.presets.GoT"
pic = b.decompress(pic)
local shape = b.picture(pic)
shape = b.translate(shape, 752, -408)
return shape