Обновить menu copy 2.py
parent
2bafedc81f
commit
eebc489d4f
|
@ -10,7 +10,7 @@ SCREEN = pygame.display.set_mode((1280, 720))
|
|||
pygame.display.set_caption("Menu")
|
||||
|
||||
BG = pygame.image.load("assets/Background.png")
|
||||
pygame.mixer.music.load('assets/Pixel 10.mp3')
|
||||
pygame.mixer.music.load('assets/Pixel 7.mp3')
|
||||
|
||||
# Воспроизведение музыки
|
||||
pygame.mixer.music.play()
|
||||
|
|
Loading…
Reference in New Issue