mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-14 10:13:13 +02:00
5 lines
144 B
Lua
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
|