From 27f4cd86a0167b8f168a7551536c7b19b9a3f8cc Mon Sep 17 00:00:00 2001 From: Benjamin Kirkbride Date: Sat, 6 Jun 2020 18:22:36 -0400 Subject: [PATCH] doc(map): switch TMX to JSON --- pytiled_parser/map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytiled_parser/map.py b/pytiled_parser/map.py index 809b10a..16b1967 100644 --- a/pytiled_parser/map.py +++ b/pytiled_parser/map.py @@ -23,7 +23,7 @@ class Map: Attributes: parent_dir: The directory the TMX file is in. Used for finding relative paths to TSX files and other assets. - version: The TMX format version. + version: The JSON format version. tiled_version: The Tiled version used to save the file. May be a date (for snapshot builds). orientation: Map orientation. Tiled supports "orthogonal", "isometric",