From cf1ea21560ce30d4934805dd928c78dd92526843 Mon Sep 17 00:00:00 2001 From: Benjamin Kirkbride Date: Sat, 18 Apr 2020 22:01:53 -0400 Subject: [PATCH] docs: wrap object definitions --- pytiled_parser/objects.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pytiled_parser/objects.py b/pytiled_parser/objects.py index aad0deb..1c249ef 100644 --- a/pytiled_parser/objects.py +++ b/pytiled_parser/objects.py @@ -95,9 +95,12 @@ class Image: This module does not support embedded data in image elements. Attributes: - source (Optional[str]): The reference to the tileset image file. Note that this is a relative path compared to FIXME - trans (Optional[Color]): Defines a specific color that is treated as transparent. - width (Optional[str]): The image width in pixels (optional, used for tile index correction when the image changes). + source (Optional[str]): The reference to the tileset image file. Note that this + is a relative path compared to FIXME + trans (Optional[Color]): Defines a specific color that is treated as + transparent. + width (Optional[str]): The image width in pixels (optional, used for tile index + correction when the image changes). height (Optional[str]): The image height in pixels (optional). """