Commit 28e7c3f2 by BellCodeEditor

save project

parent 013d15c6
Showing with 1 additions and 1 deletions
...@@ -29,7 +29,7 @@ while True: ...@@ -29,7 +29,7 @@ while True:
if event.type == locals.QUIT: if event.type == locals.QUIT:
volum=0.8 volum=0.8
pygame.mixer.music.set_volume(volume) pygame.mixer.music.set_volume(volume)
while :
if pygame.mixer.music.get_busy()==False: if pygame.mixer.music.get_busy()==False:
......
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