From 1b3e0e1e848c50dd72e24930c07a1a6d8a616f4c Mon Sep 17 00:00:00 2001 From: Benjamin Kirkbride Date: Sat, 6 Jun 2020 18:31:23 -0400 Subject: [PATCH] doc(map): size of a tile, not width --- 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 6f616c1..e0be958 100644 --- a/pytiled_parser/map.py +++ b/pytiled_parser/map.py @@ -33,7 +33,7 @@ class Map: tiled_version: The Tiled version used to save the file. May be a date (for snapshot builds). drawn row-by-row. (only supported for orthogonal maps at the moment) - tile_size: The width of a tile. + tile_size: The size of a tile. tile_sets: Tilesets used in this map. version: The JSON format version. background_color: The background color of the map.