Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2012-06-18 00:27:44 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2012-06-18 00:27:44 (GMT)
commitf78e8cdeefa6f7dd75a60e24933da8e873916ca5 (patch)
treed3f2533cf3a9eaab4d4a766822165d72043d4812 /src
parent8c8417cf91cfbf37e2db3ac9986e40d367e24ce0 (diff)
add some imports a1g4
Diffstat (limited to 'src')
-rw-r--r--src/game/Area1Game4.py16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/game/Area1Game4.py b/src/game/Area1Game4.py
index acc71cd..44604c0 100644
--- a/src/game/Area1Game4.py
+++ b/src/game/Area1Game4.py
@@ -1,5 +1,19 @@
# -*- coding: utf-8 -*-
+import pygame
+import random
+import MenuState
+import api.Image as Image
+from api.Game import CGame
+from api.GameState import CGameState
+from api.Button import CButton
+from api.Sprite import CSprite
+from api.Label import CLabel
+from api.MultiLabel import CMultiLabel
+from api.Points import CPoints
+from gettext import gettext as _
+
+
class CArea1Game4(CGameState):
def __init__(self):
@@ -37,4 +51,4 @@ class CArea1Game4(CGameState):
self.mButtonBackA1G4 = None
self.mBackground = None
- print "CArea1Game4 destroy" \ No newline at end of file
+ print "CArea1Game4 destroy"