更新 'alien_invasion,py'

This commit is contained in:
206530211 2021-06-18 13:05:35 +08:00
parent f3ae762439
commit 37c72d0dde
1 changed files with 3 additions and 1 deletions

View File

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