rf(tileset): underscore appended to attribute

this is unnessesary for attributes, as it does not overwrite the 
built-in
This commit is contained in:
Benjamin Kirkbride
2020-06-02 20:44:23 -04:00
parent c68a939cf9
commit f09abd1f48

View File

@@ -112,8 +112,8 @@ class Tile:
animation: Each tile can have exactly one animation associated with it.
"""
id_: int
type_: Optional[str] = None
id: int
type: Optional[str] = None
terrain: Optional[TileTerrain] = None
animation: Optional[List[Frame]] = None
objectgroup: Optional[List[TiledObject]] = None