calling lives
This commit is contained in:
parent
1f8574d85e
commit
ad1de703f6
1 changed files with 1 additions and 0 deletions
1
game.py
1
game.py
|
@ -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)
|
||||
|
|
Reference in a new issue