1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

increased map size

This commit is contained in:
grilledham 2019-01-11 15:50:00 +00:00
parent 07c7ad5ea2
commit 359914157a

View File

@ -701,7 +701,7 @@ local function init()
map = b.choose(b.rectangle(16, 16), spawn_shape, map)
local bounds = b.rectangle(grid_block_size * grid_number_of_blocks)
local bounds = b.rectangle(grid_block_size * (grid_number_of_blocks) + 1)
map = b.choose(bounds, map, b.empty_shape)
return map