mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-29 23:55:56 +01:00
refactor: changed naming convention for RawProperty to be more clear
This commit is contained in:
@@ -183,7 +183,7 @@ class RawTiledObject(TypedDict):
|
||||
visible: bool
|
||||
name: str
|
||||
type: str
|
||||
properties: List[properties_.RawProperties]
|
||||
properties: List[properties_.RawProperty]
|
||||
ellipse: bool
|
||||
point: bool
|
||||
polygon: List[Dict[str, float]]
|
||||
|
||||
Reference in New Issue
Block a user