tests: move image up a level

This commit is contained in:
Benjamin Kirkbride
2020-06-04 21:52:07 -04:00
parent b860e88f15
commit f911844456
9 changed files with 90 additions and 7 deletions

View File

@@ -186,8 +186,9 @@ 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"""
""" 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