mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
Merge branch 'rf/caster' of github.com:Beefy-Swain/pytiled_parser into rf/caster
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user