Files
pytiled_parser/old_pytiled_parser/__init__.py
Benjamin Kirkbride 4ff013c1f8 RESET
big time reset, we are not using TMX anymore, but instead using the JS 
format because it is way simpler to parse
2020-05-01 19:19:08 -04:00

5 lines
103 B
Python

"""init for pytiled_parser"""
from . import objects, utilities
from .xml_parser import parse_tile_map