Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/game/Area1Game4.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Area1Game4.py')
-rw-r--r--src/game/Area1Game4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Area1Game4.py b/src/game/Area1Game4.py
index 5d1e696..658b226 100644
--- a/src/game/Area1Game4.py
+++ b/src/game/Area1Game4.py
@@ -50,7 +50,7 @@ class CArea1Game4(CGameState):
self.mDialog = None
- self.mPoints = CPoints(250, 10)
+ self.mPoints = CPoints(20, 20)
CGame().addChild(self.mPoints)
font26 = pygame.font.Font('assets/fonts/DejaVuSans.ttf', 26)