1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00
RedMew/map_gen/presets/turkey.lua

11 lines
248 B
Lua
Raw Normal View History

2018-05-08 22:23:07 +02:00
local b = require "map_gen.shared.builders"
local pic = require "map_gen.data.presets.turkey"
2018-05-08 22:23:07 +02:00
local pic = b.decompress(pic)
2017-11-23 01:33:03 +02:00
2018-05-08 22:23:07 +02:00
local shape = b.picture(pic)
local shape = b.scale(shape, 4, 4)
local shape = b.translate(shape, -300, 500)
2017-11-23 01:33:03 +02:00
return shape