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

Use odd numbers for output number of blocks.

This commit is contained in:
James Gillham 2024-03-04 19:21:53 +00:00
parent 2d33938df2
commit 552b97d8e3

View File

@ -30,8 +30,8 @@ local config = {
MGSP.enemy_none,
MGSP.cliff_none
},
grid_number_of_blocks = 30,
mini_grid_number_of_blocks = 50,
grid_number_of_blocks = 33,
mini_grid_number_of_blocks = 51,
bounds_shape = bounds
}