Skip to content

Commit 1fed4df

Browse files
committed
Add missing attribute to dosctring of TiledMap
1 parent 995a6e2 commit 1fed4df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytiled_parser/tiled_map.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class TiledMap:
5252
stagger_index: For staggered and hexagonal maps, determines whether the "even"
5353
or "odd" indexes along the staggered axis are shifted.
5454
class_: The Tiled class of this Map.
55+
parallax_origin: The point on the map to center the parallax scrolling of layers on.
5556
"""
5657

5758
infinite: bool

0 commit comments

Comments
 (0)