Commit d56589f7 by BellCodeEditor

save project

parent fe44ff40
Showing with 3 additions and 0 deletions
...@@ -14,6 +14,9 @@ logo_img = pygame.image.load('logo.png') # 中间logo ...@@ -14,6 +14,9 @@ logo_img = pygame.image.load('logo.png') # 中间logo
FPS=pygame.time.Clock() FPS=pygame.time.Clock()
# pygame.mixer.music.load("歌曲1.wav")
# pygame.mixer.music.play()
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
if event.type == locals.QUIT: if event.type == locals.QUIT:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment