From 1fed4df85ffc4c4257c307f75dd05a8a5fadf639 Mon Sep 17 00:00:00 2001 From: Darren Eberly Date: Sat, 13 Aug 2022 00:51:33 -0400 Subject: [PATCH] Add missing attribute to dosctring of TiledMap --- pytiled_parser/tiled_map.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pytiled_parser/tiled_map.py b/pytiled_parser/tiled_map.py index a68db71..4c00095 100644 --- a/pytiled_parser/tiled_map.py +++ b/pytiled_parser/tiled_map.py @@ -52,6 +52,7 @@ class TiledMap: stagger_index: For staggered and hexagonal maps, determines whether the "even" or "odd" indexes along the staggered axis are shifted. class_: The Tiled class of this Map. + parallax_origin: The point on the map to center the parallax scrolling of layers on. """ infinite: bool