mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-02-07 13:31:54 +02:00
4 lines
74 B
Lua
4 lines
74 B
Lua
return function(x, y)
|
|
return not (x < -150 or y > 32 or y < -568)
|
|
end
|