1
Fork 0

forgot to disable main sound

This commit is contained in:
Jake Howard 2015-06-04 12:19:33 +01:00
parent 5b14f36770
commit 7cf6638cb9
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ def play(window, options):
"Powerup":[FPS*15, FPS*15] "Powerup":[FPS*15, FPS*15]
} }
init_sounds() init_sounds()
Sounds["main"].play(loops=-1) #Start background music if options["Sounds"]: Sounds["main"].play(loops=-1) #Start background music
logging.info("Game Started.") logging.info("Game Started.")
PLAYING_GAME = True PLAYING_GAME = True