1
Fork 0

changed parameter

This commit is contained in:
Jake Howard 2015-05-07 20:17:22 +01:00
parent 3c4eff2130
commit da9b7318f6
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ def play(window):
player_group.add(player)
player_group.draw(window)
target_group = generate_targets()
target_group = generate_targets(player)
bullet_group = pygame.sprite.Group()
clock = pygame.time.Clock()