doc: add reference to objectgroup section of TMX docs

This commit is contained in:
Benjamin Kirkbride
2020-04-19 23:26:53 -04:00
parent 98b06bcd40
commit 4b710bf69c

View File

@@ -317,6 +317,8 @@ def _parse_tiled_objects(
def _parse_object_layer(element: etree.Element,) -> objects.ObjectLayer:
"""Parse the objectgroup element given.
See: https://doc.mapeditor.org/en/stable/reference/tmx-map-format/#objectgroup
Args:
element: Element to be parsed.