From eba1989cfa57df275cd6c74825f21eda9cfa6a24 Mon Sep 17 00:00:00 2001 From: Mateu Batle Date: Thu, 18 Nov 2010 15:06:53 +0000 Subject: Fixed fonts, colors, texts, times --- (limited to 'game2') 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): -- cgit v0.9.1