This commit is contained in:
2025-05-13 22:00:07 +02:00
parent aab83f7cc6
commit 8b617647b6
2 changed files with 2 additions and 2 deletions

BIN
Gentleman Robber.mp3 Normal file

Binary file not shown.

View File

@@ -347,8 +347,8 @@ def main(data: dict):
pygame.font.init() pygame.font.init()
# music # music
pygame.mixer.music.load("Slight Delay.mp3") pygame.mixer.music.load("Gentleman Robber.mp3")
pygame.mixer.music.set_volume(0.1) pygame.mixer.music.set_volume(0.2)
pygame.mixer.music.play(-1) pygame.mixer.music.play(-1)
font = pygame.font.SysFont("Comic Code",WORD_FONT_SIZE,True) font = pygame.font.SysFont("Comic Code",WORD_FONT_SIZE,True)