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