mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
rf: remove gid from TiledObject
it only appears in the Tile object
This commit is contained in:
@@ -33,7 +33,6 @@ class TiledObject:
|
||||
"""
|
||||
|
||||
id: int
|
||||
gid: Optional[int] = None
|
||||
|
||||
coordinates: OrderedPair
|
||||
size: Size = Size(0, 0)
|
||||
|
||||
Reference in New Issue
Block a user