mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-06 03:22:43 +01:00
tests: move image up a level
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user