Merge branch 'rf/caster' of https://github.com/Beefy-Swain/pytiled_parser into rf/caster

This commit is contained in:
Darren Eberly
2020-06-04 21:46:24 -04:00

View File

@@ -5,7 +5,7 @@ from pytiled_parser.common_types import Color
EXPECTED = tileset.TileSet(
columns=8,
image=Path(r"..\/..\/maps\/images\/tmw_desert_spacing.png"),
image=Path("../../maps/images/tmw_desert_spacing.png"),
image_height=199,
image_width=265,
margin=1,