all repos — Legends-RPG @ 03e23956af527301293a4f59072dddf0e341df8b

A fantasy mini-RPG built with Python and Pygame.

data/pytmx/__init__.py (view raw)

1from data.pytmx.tmxloader import load_pygame, load_tmx
2from data.pytmx.utils import buildDistributionRects
3from data.pytmx.pytmx import *
4
5__version__ = '2.16.4'
6__author__ = 'bitcraft'
7__author_email__ = 'leif.theden@gmail.com'
8__description__ = 'Map loader for TMX Files - Python 2.7'