Update all tests for template template update(#41)

This commit is contained in:
Darren Eberly
2021-07-28 22:38:10 -04:00
parent 30f52fd7ce
commit 29c04a39a9
27 changed files with 83 additions and 427 deletions

View File

@@ -21,11 +21,11 @@ EXPECTED = tiled_map.TiledMap(
image_height=199,
margin=1,
spacing=1,
firstgid=1,
name="tileset",
tile_count=48,
tile_height=32,
tile_width=32,
firstgid=1,
)
},
)