mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-27 22:59:48 +01:00
fix: Changed RawTiledObject properties list to match casting requirements
This commit is contained in:
@@ -166,7 +166,7 @@ class RawTiledObject(TypedDict):
|
||||
visible: bool
|
||||
name: str
|
||||
type: str
|
||||
properties: properties_.RawProperties
|
||||
properties: List[properties_.RawProperties]
|
||||
template: Template
|
||||
ellipse: bool
|
||||
point: bool
|
||||
|
||||
Reference in New Issue
Block a user