更新 'alien_invasion,py'
This commit is contained in:
parent
7315181f15
commit
b2c7848d82
|
@ -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()
|
Loading…
Reference in New Issue