This website requires JavaScript.
Explore
Help
Sign In
monorail
/
Archipelago
Watch
1
Star
0
Fork
You've already forked Archipelago
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
222c8aa0ae
Archipelago
/
worlds
/
ladx
/
LADXR
/
mapgen
/
util.py
6 lines
93 B
Python
Raw
Blame
History
def
xyrange
(
w
,
h
)
:
for
y
in
range
(
h
)
:
for
x
in
range
(
w
)
:
yield
x
,
y
Reference in New Issue
View Git Blame
Copy Permalink