fixed image bug

This commit is contained in:
Benjamin Kirkbride
2019-05-06 20:43:22 -04:00
parent 3c8fcdf8e2
commit e8809745be
5 changed files with 442 additions and 214 deletions

View File

@@ -10,7 +10,7 @@ pp = pprint.PrettyPrinter(indent=4, compact=True, width=100)
pp = pp.pprint
MAP_NAME = '/home/ben/Projects/pytiled_parser/pytiled_parser-venv/pytiled_parser/tests/test_data/test_map_simple.tmx'
MAP_NAME = '/home/benk/Projects/pytiled_parser/venv/pytiled_parser/tests/test_data/test_map_simple_hitboxes.tmx'
map = pytiled_parser.parse_tile_map(MAP_NAME)