1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-26 03:52:00 +02:00
RedMew/map_gen/maps/right.lua

4 lines
74 B
Lua
Raw Normal View History

return function(x, y)
2018-11-21 08:42:39 -05:00
return not (x < -150 or y > 32 or y < -568)
end