Skip to content

Commit

Permalink
Merge pull request #77 from Linuxiness/devel-group1-1
Browse files Browse the repository at this point in the history
elon musk song
  • Loading branch information
lnxfsf authored Apr 25, 2023
2 parents b934754 + d02d2a8 commit a6068b7
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def collide(obj1, obj2):
def background_music():
# background music
mixer.init() # Starting the mixer
mixer.music.load(os.path.join("music", "Sadder_Days_Omelas_Snippet_.ogg")) # Loading the song
mixer.music.load(os.path.join("music", "Elon-Musk-dont-doubt-your-vibe.ogg")) # Loading the song
mixer.music.set_volume(0.7) # Setting the volume
mixer.music.play() # Start playing the song

Expand Down Expand Up @@ -331,7 +331,7 @@ def main():

# background music
# UNCOMMENT THIS, WHEN YOU START WORKING ON IT
# background_music()
background_music()

# game states
run = True
Expand Down
Binary file added music/Elon-Musk-dont-doubt-your-vibe.ogg
Binary file not shown.
Binary file removed music/FLY5OLO-Deadman_Working.ogg
Binary file not shown.
Binary file removed music/King_plague
Binary file not shown.
Binary file removed music/NOMINAL-EVERYDAY_ANYONE.ogg
Binary file not shown.
Binary file removed music/Sadder_Days_Omelas_Snippet_.ogg
Binary file not shown.

0 comments on commit a6068b7

Please sign in to comment.