1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-05 22:53:39 +02:00
RedMew/map_gen/maps/up.lua

4 lines
73 B
Lua
Raw Normal View History

return function(x, y)
2018-11-21 15:42:39 +02:00
return not (x > 180 or x < -180 or y > 80)
end