mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-24 19:21:48 +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
|
name: str
|
||||||
tile: int
|
tile: int
|
||||||
properties: properties_.Properties = {}
|
properties: Optional[properties_.Properties] = None
|
||||||
|
|
||||||
|
|
||||||
@attr.s(auto_attribs=True)
|
@attr.s(auto_attribs=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user