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

Update manhattan.lua

half grid_number_of_blocks
half mini_grid_number_of_blocks
This commit is contained in:
Claude 2024-03-04 20:34:39 +02:00 committed by GitHub
parent 8d23915eab
commit 2d33938df2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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