mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-02-23 15:49:52 +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
|
parent_dir: Path
|
||||||
|
tmx_file: Union[str, Path]
|
||||||
|
|
||||||
version: str
|
version: str
|
||||||
tiled_version: str
|
tiled_version: str
|
||||||
|
|||||||
Reference in New Issue
Block a user