From 020c9e192ffe1fcbce636d69a3f82200d46fcfb7 Mon Sep 17 00:00:00 2001 From: zcr1 Date: Mon, 19 Nov 2012 10:34:29 -0500 Subject: [PATCH] last fix --- world.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world.py b/world.py index 401a6b4..3b24ce5 100644 --- a/world.py +++ b/world.py @@ -40,7 +40,7 @@ def Update(self): def gameWon(self): count = 0 - while count < 20: + while count < 4: background = pygame.image.load("images/winscreen1.png") backgroundRect = background.get_rect() self.screen.blit(background, backgroundRect)