0

added center to config.js, lets you set map center in world coords

By default, it is set to spawn. Also I changed defaultZoom to 2, which
looks better (the world used to show up as *tiny* by default).
This commit is contained in:
Aaron Griffith
2011-03-29 05:48:40 -04:00
parent 9b36d21c37
commit 9c25c6259c
4 changed files with 14 additions and 3 deletions

View File

@@ -226,6 +226,7 @@ class World(object):
self.POI.append( dict(x=spawnX, y=spawnY, z=spawnZ,
msg="Spawn", type="spawn", chunk=(inChunkX,inChunkZ)))
self.spawn = (spawnX, spawnY, spawnZ)
def go(self, procs):
"""Scan the world directory, to fill in