1
0
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:
grilledham 2019-01-10 23:10:54 +00:00
parent 940ea1909f
commit 79f253143c

View File

@ -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