mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-28 15:22:28 +01:00
Add reference to tmx_file in map object. Useful for debugging and error messages.
This commit is contained in:
@@ -529,6 +529,7 @@ class TileMap:
|
||||
"""
|
||||
|
||||
parent_dir: Path
|
||||
tmx_file: Union[str, Path]
|
||||
|
||||
version: str
|
||||
tiled_version: str
|
||||
|
||||
Reference in New Issue
Block a user