mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-06 03:22:43 +01:00
rf(tileset): underscore appended to attribute
this is unnessesary for attributes, as it does not overwrite the built-in
This commit is contained in:
@@ -112,8 +112,8 @@ class Tile:
|
|||||||
animation: Each tile can have exactly one animation associated with it.
|
animation: Each tile can have exactly one animation associated with it.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
id_: int
|
id: int
|
||||||
type_: Optional[str] = None
|
type: Optional[str] = None
|
||||||
terrain: Optional[TileTerrain] = None
|
terrain: Optional[TileTerrain] = None
|
||||||
animation: Optional[List[Frame]] = None
|
animation: Optional[List[Frame]] = None
|
||||||
objectgroup: Optional[List[TiledObject]] = None
|
objectgroup: Optional[List[TiledObject]] = None
|
||||||
|
|||||||
Reference in New Issue
Block a user