mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-03-17 20:58:13 +02:00
fish mouth fix
This commit is contained in:
parent
227c272a4e
commit
6e9590eefa
@ -241,7 +241,7 @@ local function fish_mouth(surface, left_top)
|
||||
if left_top.x > -2300 then return end
|
||||
if left_top.y > 64 then return end
|
||||
if left_top.y < -64 then return end
|
||||
if left_top.x < -3260 then return end
|
||||
if left_top.x < -3292 then return end
|
||||
|
||||
for x = 0, 31, 1 do
|
||||
for y = 0, 31, 1 do
|
||||
|
Loading…
x
Reference in New Issue
Block a user