更新 'alien_invasion,py'
This commit is contained in:
parent
7315181f15
commit
b2c7848d82
|
@ -46,3 +46,10 @@ def run_game():
|
||||||
ship.update()
|
ship.update()
|
||||||
gf.update_bullets(ai_settings, screen, stats, sb, ship, aliens,
|
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