mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-14 10:13:13 +02:00
6aed6d6317
Add map loader
4 lines
73 B
Lua
4 lines
73 B
Lua
return function(x, y)
|
|
return not (x > 180 or x < -180 or y > 80)
|
|
end
|