Commit 1e5ff2f4 by BellCodeEditor

auto save

parent d0e60730
Showing with 9 additions and 7 deletions
pygame.miser.music.load("music1.wav") pygame.mixer.music.load("music1.wav")
pygame.miser.music.load("music2.wav") pygame.mixer.music.load("music2.wav")
pygame.miser.music.load("music3.wav") pygame.mixer.music.load("music3.wav")
pygame.miser.music.load("music4.ogg") pygame.mixer.music.load("music4.ogg")
if pygame.miser.music.get_busy() == false: if pygame.mixer.music.get_busy() == false:
pygame.miser.music.play( ) pygame.mixer.music.play( )
\ No newline at end of file volume = 0.5
pygame.mixer.music.set_volume(volume)
\ No newline at end of file
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