Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/game/Area1Game1.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Area1Game1.py')
-rw-r--r--src/game/Area1Game1.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/Area1Game1.py b/src/game/Area1Game1.py
index 9578e97..14439cb 100644
--- a/src/game/Area1Game1.py
+++ b/src/game/Area1Game1.py
@@ -252,10 +252,9 @@ class CArea1Game1(CGameState):
op._update_image()
self.mListOptions.append(op)
- self.mPoints = CPoints(250, 10)
+ self.mPoints = CPoints(20, 20)
#self.mPoints.set_bads(55)
#self.mPoints.set_goods(55)
-
CGame().addChild(self.mPoints)
alphasurface = pygame.Surface((1200,900))