mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
Added properties type to RawTiledObject
This commit is contained in:
@@ -165,7 +165,7 @@ class RawTiledObject(TypedDict):
|
||||
visible: bool
|
||||
name: str
|
||||
type: str
|
||||
properties: Properties
|
||||
properties: RawProperties
|
||||
template: Template
|
||||
ellipse: bool
|
||||
point: bool
|
||||
|
||||
Reference in New Issue
Block a user