all repos — Legends-RPG @ 5dc45a6a3236bb0f37cda02f65aecb54b0e7212e

A fantasy mini-RPG built with Python and Pygame.

pytmx/__init__.py (view raw)

1from tmxloader import load_pygame, load_tmx
2from utils import buildDistributionRects
3from 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'