0

Add the JS stuff and a little bit more python glue to make overlays only display for a specified render

This commit is contained in:
Richard Pastrick
2012-04-12 08:59:13 -07:00
parent 4cbddf2f5a
commit b13bbd0204
4 changed files with 31 additions and 26 deletions

View File

@@ -524,6 +524,9 @@ class TileSet(object):
imgextension = self.imgextension,
isOverlay = isOverlay
)
if isOverlay:
d.update({"tilesets": self.options.get("overlay")})
if (self.regionset.get_type() == "overworld"):
d.update({"spawn": self.options.get("spawn")})
try: