Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/game/Area1Game6.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Area1Game6.py')
-rw-r--r--src/game/Area1Game6.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/game/Area1Game6.py b/src/game/Area1Game6.py
index 582442c..662182c 100644
--- a/src/game/Area1Game6.py
+++ b/src/game/Area1Game6.py
@@ -171,7 +171,6 @@ class CArea1Game6(CGameState):
self.mButtonBack = CButton()
- #TODO: Create a function to create image.
self.mButtonBack.set_bgColor((0x99, 0x99, 0x66))
self.mButtonBack.font = pygame.font.Font('assets/fonts/DejaVuSans.ttf', 20)
self.mButtonBack.set_center((110, 650))
@@ -306,7 +305,7 @@ class CArea1Game6(CGameState):
#hay algo mas eficiente?
if CMath.pointInsidePolygon(x,y, WORD1):
- self.mHelpActive = 0
+ self.mHelpActive = 0
elif CMath.pointInsidePolygon(x,y, WORD2a) or CMath.pointInsidePolygon(x,y, WORD2b):
self.mHelpActive = 1
elif CMath.pointInsidePolygon(x,y, WORD3a) or CMath.pointInsidePolygon(x,y, WORD3b):
@@ -357,4 +356,3 @@ class CArea1Game6(CGameState):
self.mPoints = None
print "CArea1Game6 destroy"
- \ No newline at end of file