1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00
RedMew/map_gen/shape/right.lua

4 lines
81 B
Lua
Raw Normal View History

2018-05-10 21:42:24 +02:00
return function(x, y, world)
return not (x < -150 or y > 32 or y < -568)
2017-07-18 21:29:12 +02:00
end