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

Update manhattan.lua

40% smaller that original
This commit is contained in:
Claude 2024-03-04 19:57:03 +02:00 committed by GitHub
parent 4f09e9cc58
commit 8d23915eab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ local x_offset, y_offset = 0, -400
world_map = b.translate(world_map, x_offset, y_offset)
world_map = b.rotate(world_map, degrees(-270))
local scale = 1.8
local scale = 1.6
world_map = b.scale(world_map, scale)