Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/game/PresentationState.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/PresentationState.py')
-rw-r--r--src/game/PresentationState.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/game/PresentationState.py b/src/game/PresentationState.py
index 23772a3..5f0a15b 100644
--- a/src/game/PresentationState.py
+++ b/src/game/PresentationState.py
@@ -9,13 +9,12 @@ from api.Mouse import CMouse
class CPresentationState(CGameState):
- mBackground = None
- mCount = 0
-
def init(self):
CGameState.__init__(self)
self.mactive = False
+ self.mCount = 0
+
self.mBackground = Image.loadImage('assets/images/selectArea/background.jpg', False)
CGame().setBackground(self.mBackground)