0

The AssetManager will now create a kinda working html output

This commit is contained in:
Andrew Chin
2012-01-07 23:04:42 -05:00
parent 9aa3847068
commit 25db39463f
5 changed files with 109 additions and 54 deletions

View File

@@ -409,7 +409,7 @@ dir but you forgot to put quotes around the directory, since it contains spaces.
# if no dimension has been specified, just use the first one
# TODO support the case where a different dimension is specified
rset = world.RegionSet(render['worldpath'])
rset = world.RegionSet(render['worldname'])
logging.debug("Using RegionSet %r", rset)
# create our TileSet from this RegionSet
@@ -428,6 +428,7 @@ dir but you forgot to put quotes around the directory, since it contains spaces.
dispatch.render_all(tilesets, print_status)
dispatch.close()
assetMrg.finalize(tilesets)
sys.exit("early abort")