This website requires JavaScript.
Explore
Help
Register
Sign In
games
/
RedMew
Watch
1
Star
0
Fork
0
You've already forked RedMew
mirror of
https://github.com/Refactorio/RedMew.git
synced
2024-12-14 10:13:13 +02:00
Code
Issues
Releases
Activity
1e737cbd4b
RedMew
/
map_gen
/
shape
/
right.lua
4 lines
81 B
Lua
Raw
Normal View
History
Unescape
Escape
Changed all windows style line endings to unix style line endings (#393)
2018-11-18 18:12:00 +02:00
return
function
(
x
,
y
,
world
)
All tabs to spaces
2018-11-21 15:42:39 +02:00
return
not
(
x
<
-
150
or
y
>
32
or
y
<
-
568
)
Changed all windows style line endings to unix style line endings (#393)
2018-11-18 18:12:00 +02:00
end
Reference in New Issue
Copy Permalink