1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00
RedMew/map_gen/shape/left.lua
2018-05-10 20:42:24 +01:00

4 lines
78 B
Lua

return function(x, y, world)
return not (x > 100 or y > 200 or y < -200)
end