mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
chore(tileset): Removed FIXME for completed task
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user