1
Fork 0

added level update

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

View File

@ -164,6 +164,7 @@ def play(window):
bullet_group.add(temp)
update_score(window, player.score)
update_level(window, player.level)
player_group.update()
bullet_group.draw(window)
target_group.draw(window)