docs: wrap object definitions

This commit is contained in:
Benjamin Kirkbride
2020-04-18 22:01:53 -04:00
parent e295447e10
commit cf1ea21560

View File

@@ -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).
"""