mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
fix: changed properties list of Terrain object in tileset to be optional
This commit is contained in:
@@ -39,7 +39,7 @@ class Terrain(NamedTuple):
|
||||
|
||||
name: str
|
||||
tile: int
|
||||
properties: properties_.Properties = {}
|
||||
properties: Optional[properties_.Properties] = None
|
||||
|
||||
|
||||
@attr.s(auto_attribs=True)
|
||||
|
||||
Reference in New Issue
Block a user