From 499020b896af2e84041f943e9b5600735cb56660 Mon Sep 17 00:00:00 2001 From: Mateu Batle Date: Tue, 16 Nov 2010 06:02:48 +0000 Subject: Fixed go to next state in game 2 Fixed reset score in game 2 Fixed stop music in game 2 --- (limited to 'game1') 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() -- cgit v0.9.1