1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00
RedMew/map_gen/maps/square_spiral_old.lua
2019-11-24 20:22:59 +02:00

5 lines
144 B
Lua

local b = require "map_gen.shared.builders"
local shape = b.rectangular_spiral(128)
local map = b.change_tile(shape, false, 'water')
return map