Add reference to tmx_file in map object. Useful for debugging and error messages.

This commit is contained in:
Paul Vincent Craven
2019-07-26 11:11:54 -05:00
parent daa0257d25
commit 69e37e5203

View File

@@ -529,6 +529,7 @@ class TileMap:
"""
parent_dir: Path
tmx_file: Union[str, Path]
version: str
tiled_version: str