1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-03 14:53:01 +02:00

Change name of lattice to diagonal lattice (#297)

This commit is contained in:
Matthew 2018-11-11 14:42:11 -05:00 committed by Valansch
parent dbe845db79
commit c67408ea5a
2 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ local tiles_per_tick = 32
--shape = require "map_gen.shape.spiral2"
--shape = require "map_gen.shape.donut"
--shape = b.rectangular_spiral(128)
--shape = require "map_gen.shape.lattice"
--shape = require "map_gen.shape.diagonal_lattice"
--require "map_gen.shape.infinite_mazes"
--shape = require "map_gen.shape.x_shape"
--shape = require "map_gen.shape.pacman"