Skip to content

Commit

Permalink
last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zcr1 committed Nov 19, 2012
1 parent 632387b commit 020c9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion world.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 020c9e1

Please sign in to comment.