mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
big time reset, we are not using TMX anymore, but instead using the JS format because it is way simpler to parse
5 lines
103 B
Python
5 lines
103 B
Python
"""init for pytiled_parser"""
|
|
|
|
from . import objects, utilities
|
|
from .xml_parser import parse_tile_map
|