1
Fork 0

Bullets are now on top of targets

This commit is contained in:
Jake Howard 2015-05-12 22:43:01 +01:00
parent 1b44b11144
commit 07ecced10b
1 changed files with 1 additions and 1 deletions

View File

@ -169,8 +169,8 @@ def play(window, options):
update_level(window, player.level)
update_lives(window, player.lives)
bullet_group.draw(window)
target_group.draw(window)
bullet_group.draw(window)
player_group.draw(window)
for key, value in timeouts.items():