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