mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-28 07:12:02 +01:00
stub(layer): get common attributes
This commit is contained in:
@@ -206,6 +206,17 @@ def _cast_chunk(raw_chunk: RawChunk) -> Chunk:
|
||||
return chunk
|
||||
|
||||
|
||||
def _get_common_attributes(raw_layer: RawLayer) -> Layer:
|
||||
""" Create a Layer containing all the attributes common to all layers
|
||||
|
||||
Args:
|
||||
raw_layer: Raw Tiled object get common attributes from
|
||||
|
||||
Returns:
|
||||
Layer: The attributes in common of all layers
|
||||
"""
|
||||
|
||||
|
||||
def _cast_tile_layer(raw_layer: RawLayer) -> TileLayer:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user