1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-05 22:53:39 +02:00
RedMew/map_gen/maps/right.lua
2019-01-31 20:15:41 -05:00

4 lines
74 B
Lua

return function(x, y)
return not (x < -150 or y > 32 or y < -568)
end