Commit 8991b6a5 by BellCodeEditor

save project

parent 8824c6a3
Showing with 2 additions and 1 deletions
......@@ -12,7 +12,8 @@ logo_img = pygame.image.load('logo.png')
pygame.mixer.music.load("jinitaimei.ogg")
pygame.mixer.music.play("jinitaimei.ogg")
pygame.mixer.music.set_volume(1)
volume = 1
pygame.mixer.music.set_volume(volume)
while True:
for event in pygame.event.get():
......
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