mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
slightly larger ore patches
This commit is contained in:
parent
940ea1909f
commit
79f253143c
@ -574,7 +574,7 @@ local function init()
|
||||
|
||||
local enemy_shape = b.apply_entity(b.full_shape, enemy)
|
||||
|
||||
local ores_patch = b.circle(12)
|
||||
local ores_patch = b.circle(13)
|
||||
local function value(base, mult, pow)
|
||||
return function(x, y)
|
||||
local d_sq = x * x + y * y
|
||||
|
Loading…
Reference in New Issue
Block a user