1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-02-11 13:39:17 +02:00
RedMew/map_gen/shape/left.lua

4 lines
81 B
Lua
Raw Normal View History

2018-05-10 20:42:24 +01:00
return function(x, y, world)
2018-11-21 08:42:39 -05:00
return not (x > 100 or y > 200 or y < -200)
end