Specifying a dimension in a config file now works
This commit is contained in:
@@ -390,7 +390,7 @@ class TileSet(object):
|
||||
path = self.options.get('name'),
|
||||
base = '',
|
||||
bgcolor = bgcolorformat(self.options.get('bgcolor')),
|
||||
world = self.options.get('worldname_orig'),
|
||||
world = self.options.get('worldname_orig') + " - " + self.options.get('dimension'),
|
||||
last_rendertime = self.this_rendertime,
|
||||
north_direction = 'upper-left')
|
||||
print "get_persistent_data: %r" % d
|
||||
|
||||
Reference in New Issue
Block a user