Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game1
diff options
context:
space:
mode:
authorMateu Batle <mateu.batle@collabora.co.uk>2010-11-16 06:02:48 (GMT)
committer Mateu Batle <mateu.batle@collabora.co.uk>2010-11-16 06:02:48 (GMT)
commit499020b896af2e84041f943e9b5600735cb56660 (patch)
tree52e1fa9a85e762a7ea0d341b24348de0918e4d96 /game1
parent2d34f7a7ec5bbaac74e855f7480d5b35f7456ec5 (diff)
Fixed go to next state in game 2
Fixed reset score in game 2 Fixed stop music in game 2
Diffstat (limited to 'game1')
-rwxr-xr-xgame1/collectgame.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/game1/collectgame.py b/game1/collectgame.py
index 77e86b8..76cdaff 100755
--- a/game1/collectgame.py
+++ b/game1/collectgame.py
@@ -34,6 +34,7 @@ class CollectGame(usmpgames.ApplicationState):
color = (0, 255, 0, 0),
pos = (660, 260),
rectsize = (380, 390));
+ usmpgames.ApplicationState.exiting_state(self, fromStack)
def input(self, ms):
events = pygame.event.get()