Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game2
diff options
context:
space:
mode:
authorMateu Batle <mateu.batle@collabora.co.uk>2010-11-18 15:06:53 (GMT)
committer Mateu Batle <mateu.batle@collabora.co.uk>2010-11-18 15:06:53 (GMT)
commiteba1989cfa57df275cd6c74825f21eda9cfa6a24 (patch)
tree522177e3090730aaf4d6e9c78477407f2748d77c /game2
parent499020b896af2e84041f943e9b5600735cb56660 (diff)
Fixed fonts, colors, texts, times
Diffstat (limited to 'game2')
-rwxr-xr-xgame2/game2.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/game2/game2.py b/game2/game2.py
index e575b5e..d1089dc 100755
--- a/game2/game2.py
+++ b/game2/game2.py
@@ -151,7 +151,7 @@ class Game2(usmpgames.ApplicationState):
self.next_state().clear_all()
self.next_state().add_text2(
_(""" Felicidades\n\nHas conseguido %d puntos""") % score,
- color = (0, 255, 0, 0),
+ color = (0, 0, 0, 0),
pos = (660, 260),
rectsize = (380, 390) );
global musicSound
@@ -441,8 +441,8 @@ class Game2(usmpgames.ApplicationState):
######################################## methods
#Time Limit
-#TIMELIMIT=240.0
-TIMELIMIT=30.0
+TIMELIMIT=240.0
+#TIMELIMIT=30.0
#print ('time: '+str(TIMESTART))
def compareTime(playTime, gamestate):