Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/game/Area1Game5.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Area1Game5.py')
-rw-r--r--src/game/Area1Game5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Area1Game5.py b/src/game/Area1Game5.py
index eee5856..828f266 100644
--- a/src/game/Area1Game5.py
+++ b/src/game/Area1Game5.py
@@ -153,7 +153,7 @@ class CArea1Game5(CGameState):
self.mDialogBad = Globe((200, 75), pico='left', text=self.mBadA)
self.mDialogBad.set_center((300, 300))
- self.mPoints = CPoints(250, 10)
+ self.mPoints = CPoints(20, 20)
CGame().addChild(self.mPoints)
alphasurface = pygame.Surface((1200,900))