Merge branch 'rf/caster' of github.com:Beefy-Swain/pytiled_parser into rf/caster

This commit is contained in:
Benjamin Kirkbride
2020-06-07 21:07:29 -04:00

View File

@@ -35,10 +35,10 @@ class Layer:
"""
name: str
height: int
width: int
id: Optional[int] = None
width: Optional[int] = 0
height: Optional[int] = 0
offset: Optional[OrderedPair] = None
opacity: Optional[float] = 1
properties: Optional[properties_.Properties] = None