Skip to content

Commit 4ff013c

Browse files
RESET
big time reset, we are not using TMX anymore, but instead using the JS format because it is way simpler to parse
1 parent 03d7016 commit 4ff013c

23 files changed

+87
-4
lines changed

old_pytiled_parser/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
"""init for pytiled_parser"""
2+
3+
from . import objects, utilities
4+
from .xml_parser import parse_tile_map
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
36.9 KB
Loading

0 commit comments

Comments
 (0)