mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-29 07:40:11 +01:00
tests: Implemented more tileset testing. Only missing terrains and wang sets at this point.
This commit is contained in:
@@ -13,6 +13,7 @@ EXPECTED = tileset.TileSet(
|
||||
tile_width=32,
|
||||
version=1.2,
|
||||
type="tileset",
|
||||
grid=tileset.Grid(orientation="orthogonal", width=1, height=1),
|
||||
tiles=[
|
||||
tileset.Tile(
|
||||
animation=[
|
||||
|
||||
@@ -20,6 +20,7 @@ ALL_TILESET_DIRS = [
|
||||
TILE_SETS / "image_properties",
|
||||
TILE_SETS / "image_transparent_color",
|
||||
TILE_SETS / "image_tile_offset",
|
||||
TILE_SETS / "individual_images",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user