mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-03 22:52:13 +02:00
6aed6d6317
Add map loader
4 lines
74 B
Lua
4 lines
74 B
Lua
return function(x, y)
|
|
return not (x > 100 or y > 200 or y < -200)
|
|
end
|