chore(tileset): Removed FIXME for completed task

This commit is contained in:
Darren Eberly
2020-08-19 23:12:26 -04:00
parent 4fb811d039
commit 71c7390c00

View File

@@ -190,8 +190,6 @@ class RawTerrain(TypedDict):
class RawTile(TypedDict):
""" The keys and their types that appear in a Tile JSON Object."""
# FIXME: Implement objectgroup, can't be done until TileLayer's are implemented
animation: List[RawFrame]
id: int
image: str