Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game1/__init__.py
blob: ccb5cd6c6003406e4e27fcdd2b56252584485d27 (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- coding: utf-8 -*-
from collectgame import *
from constants import *
#from newhighscore import *
from player import *
from resources import *
from score import *
from tiledtmxloader import *
#from track import *
from tracktmx import *