Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game1/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'game1/__init__.py')
-rwxr-xr-xgame1/__init__.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/game1/__init__.py b/game1/__init__.py
new file mode 100755
index 0000000..ccb5cd6
--- /dev/null
+++ b/game1/__init__.py
@@ -0,0 +1,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 *
+