diff --git a/game.py b/game.py index 5f4f750..a9e6604 100644 --- a/game.py +++ b/game.py @@ -71,6 +71,7 @@ class Game(gameUtils.Game): #Selects random music to play at the start of the game, might change because I just threw this together. #I feel horrible writing this code this feels super unoptimised :c + self.musicNumber = randint(1,2) if self.musicNumber == 1: pygame.mixer.music.load("./assets/surrounded.ogg") self.playMusic(-1)