doc(map): size of a tile, not width

This commit is contained in:
Benjamin Kirkbride
2020-06-06 18:31:23 -04:00
parent b820dc5a4d
commit 1b3e0e1e84

View File

@@ -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.