更新 'alien_invasion,py'
This commit is contained in:
parent
0bc2fabcff
commit
9c7ae2f8ee
|
@ -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()
|
||||
|
||||
|
||||
# 开始游戏的主循环
|
||||
|
|
Loading…
Reference in New Issue