mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-02-23 15:49:52 +01:00
docs(common_types.size): clarify unit
This commit is contained in:
@@ -18,8 +18,8 @@ class Size(NamedTuple):
|
|||||||
"""Size NamedTuple.
|
"""Size NamedTuple.
|
||||||
|
|
||||||
Attributes:
|
Attributes:
|
||||||
width: The width of the object.
|
width: The width of the object in pixels.
|
||||||
height: The height of the object.
|
height: The height of the object in pixels.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
width: float
|
width: float
|
||||||
|
|||||||
Reference in New Issue
Block a user