0

Really make lower-left the default everywhere

This commit is contained in:
Ryan Rector
2011-07-23 11:23:14 -06:00
parent b6a2447b9c
commit 5afdff09cc
4 changed files with 4 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ class World(object):
mincol = maxcol = minrow = maxrow = 0
def __init__(self, worlddir, useBiomeData=False,regionlist=None,
north_direction="upper-right"):
north_direction="lower-left"):
self.worlddir = worlddir
self.useBiomeData = useBiomeData
self.north_direction = north_direction