mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
Temporarily remove layers attribute from RawLayer until it can be fixed properly
This commit is contained in:
@@ -136,7 +136,10 @@ class RawChunk(TypedDict):
|
||||
|
||||
|
||||
class RawLayer(TypedDict):
|
||||
""" The keys and their types that appear in a Layer JSON Object."""
|
||||
"""
|
||||
FIXME Make the layers attribute function
|
||||
|
||||
The keys and their types that appear in a Layer JSON Object."""
|
||||
|
||||
chunks: List[RawChunk]
|
||||
compression: str
|
||||
@@ -146,7 +149,7 @@ class RawLayer(TypedDict):
|
||||
height: int
|
||||
id: int
|
||||
image: str
|
||||
layers: List[RawLayer]
|
||||
# layers: List[RawLayer]
|
||||
name: str
|
||||
objects: List[RawTiledObject]
|
||||
offsetx: float
|
||||
|
||||
Reference in New Issue
Block a user