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:
commit
2b8a2440ae
BIN
map_gen/data/.map_previews/square_spiral_old.png
Normal file
BIN
map_gen/data/.map_previews/square_spiral_old.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 134 KiB |
4
map_gen/maps/square_spiral_old.lua
Normal file
4
map_gen/maps/square_spiral_old.lua
Normal 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
|
Loading…
x
Reference in New Issue
Block a user