Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions faustao_invader.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ def run_game():
pygame.init()
fi_settings = Settings()

#Lendo a musica de fundo
musica_de_fundo = pygame.mixer.music.load('rap_do_ovo.ogg')
pygame.mixer.music.play(-1)

#Obtendo confs da tela
screen = pygame.display.set_mode((fi_settings.screen_width,fi_settings.screen_height))

Expand Down
Binary file added rap_do_ovo.ogg
Binary file not shown.