更新 'alien_invasion,py'

This commit is contained in:
206530211 2021-06-24 07:17:36 +08:00
parent 0bc2fabcff
commit 9c7ae2f8ee
1 changed files with 0 additions and 3 deletions

View File

@ -36,9 +36,6 @@ def run_game():
pygame.mixer.music.load('music/Synth_Element.ogg')
pygame.mixer.music.play(-1) # 重复循环
# 游戏背景
pygame.display.flip()
background = pygame.image.load('images/1124.bmp').convert()
# 开始游戏的主循环