From d1c0b1bb4025cbb6033ce8fa931c007ba7988815 Mon Sep 17 00:00:00 2001 From: Alan Aguiar Date: Tue, 11 Feb 2014 20:19:15 +0000 Subject: points counter to left 20-20 --- (limited to 'src') 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 -- cgit v0.9.1