1
Fork 0

calling lives

This commit is contained in:
Jake Howard 2015-05-07 22:12:48 +01:00
parent 1f8574d85e
commit ad1de703f6
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ def play(window):
update_score(window, player.score)
update_level(window, player.level)
update_lives(window, player.lives)
player_group.update()
bullet_group.draw(window)