0

The compass now changes direction to make the tileset

This commit is contained in:
Andrew Chin
2012-02-10 20:38:09 -05:00
parent 19fcee24f7
commit b7d2733f0c
4 changed files with 39 additions and 5 deletions

View File

@@ -391,8 +391,12 @@ class TileSet(object):
base = '',
bgcolor = bgcolorformat(self.options.get('bgcolor')),
world = self.options.get('worldname_orig') + " - " + self.options.get('dimension'),
last_rendertime = self.this_rendertime,
north_direction = 'upper-left')
last_rendertime = self.this_rendertime)
try:
d['north_direction'] = self.regionset.north_dir
except AttributeError:
d['north_direction'] = 0
print "get_persistent_data: %r" % d
return d