Commit 013d15c6 by BellCodeEditor

save project

parent 3f80b158
Showing with 4 additions and 1 deletions
......@@ -27,7 +27,10 @@ score=0
while True:
for event in pygame.event.get():
if event.type == locals.QUIT:
volum=0.8
pygame.mixer.music.set_volume(volume)
while :
if pygame.mixer.music.get_busy()==False:
exit()
......
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