mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-27 22:59:48 +01:00
Add support for GID to a tiled object.
This commit is contained in:
@@ -250,6 +250,7 @@ class _TiledObjectBase:
|
||||
|
||||
@dataclasses.dataclass
|
||||
class _TiledObjectDefaults:
|
||||
gid: int = None
|
||||
size: Size = Size(0, 0)
|
||||
rotation: int = 0
|
||||
opacity: float = 1
|
||||
|
||||
Reference in New Issue
Block a user