mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-28 23:27:23 +01:00
feat: visible attribute to tiled_object
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user