all repos — Legends-RPG @ a03054accb71fa89eadb61df1441c401d572085e

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'