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>2014-02-11 20:19:15 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2014-02-11 20:19:15 (GMT)
commitd1c0b1bb4025cbb6033ce8fa931c007ba7988815 (patch)
tree152da8755d4006b850bc4d25a68edd77ad047dd6 /src
parent87b7ff54464d1c42500d57694651db3be85995a5 (diff)
points counter to left 20-20
Diffstat (limited to 'src')
-rw-r--r--src/game/Area1Game1.py3
-rw-r--r--src/game/Area1Game3.py3
-rw-r--r--src/game/Area1Game4.py2
-rw-r--r--src/game/Area1Game5.py2
-rw-r--r--src/game/Area1Game6.py2
5 files changed, 5 insertions, 7 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))
diff --git a/src/game/Area1Game3.py b/src/game/Area1Game3.py
index 2799831..31a689b 100644
--- a/src/game/Area1Game3.py
+++ b/src/game/Area1Game3.py
@@ -98,7 +98,6 @@ class CArea1Game3(CGameState):
self.mButtonBack.setImage(self.mBackImageN)
CGame().addChild(self.mButtonBack)
-
# help button
self.mHelpImageN = Image.loadImage('assets/images/help.png')
self.mHelpImageB = Image.loadImage('assets/images/help_big.png')
@@ -165,7 +164,7 @@ class CArea1Game3(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))
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)
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))
diff --git a/src/game/Area1Game6.py b/src/game/Area1Game6.py
index efd6065..d63023c 100644
--- a/src/game/Area1Game6.py
+++ b/src/game/Area1Game6.py
@@ -285,7 +285,7 @@ class CArea1Game6(CGameState):
l._update_image()
self.mListHelps.append(l)
- self.mPoints = CPoints(100, 10)
+ self.mPoints = CPoints(20, 20)
CGame().addChild(self.mPoints)
# help button