更新 'alien_invasion,py'

This commit is contained in:
206530211 2021-06-18 13:05:12 +08:00
parent c768de7464
commit f3ae762439
1 changed files with 1 additions and 2 deletions

View File

@ -41,5 +41,4 @@ def run_game():
while True: while True:
gf.check_events(ai_settings, screen, stats, sb, play_button, ship, gf.check_events(ai_settings, screen, stats, sb, play_button, ship,
aliens, bullets) aliens, bullets)
if stats.game_active:
ship.update()