From ba80ecaf64857983f9500e690e15a640cab7896a Mon Sep 17 00:00:00 2001 From: Benjamin Kirkbride Date: Sat, 30 May 2020 20:18:24 -0400 Subject: [PATCH] feat: visible attribute to tiled_object --- pytiled_parser/tiled_object.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pytiled_parser/tiled_object.py b/pytiled_parser/tiled_object.py index 9bb0449..a93b943 100644 --- a/pytiled_parser/tiled_object.py +++ b/pytiled_parser/tiled_object.py @@ -38,6 +38,7 @@ class TiledObject: size: Size = Size(0, 0) rotation: float = 0 opacity: float = 1 + visible: bool name: Optional[str] = None type: Optional[str] = None