更新 'alien_invasion,py'

This commit is contained in:
206530211 2021-06-18 23:28:50 +08:00
parent 7315181f15
commit b2c7848d82
1 changed files with 8 additions and 1 deletions

View File

@ -45,4 +45,11 @@ def run_game():
if stats.game_active:
ship.update()
gf.update_bullets(ai_settings, screen, stats, sb, ship, aliens,
bullets)
bullets)
gf.update_aliens(ai_settings, stats, screen, sb, ship, aliens, bullets)
gf.update_screen(ai_settings, screen, stats, sb, ship, aliens,
bullets, play_button)
run_game()