1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-30 04:30:58 +02:00

Merge pull request #1009 from Claude477/patch-5

Create square_sprial_old
This commit is contained in:
theorangeangle 2019-12-31 04:33:57 -06:00 committed by GitHub
commit 2b8a2440ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

View File

@ -0,0 +1,4 @@
local b = require "map_gen.shared.builders"
local shape = b.rectangular_spiral(128)
local map = b.change_tile(shape, false, 'water')
return map